You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT'MINCToolsPath', 'Path to the MINC tools', 1, 0, 'web_path', ID, 'Path to the MINC tools', 12FROM ConfigSettings WHERE Name="paths";
78
78
INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT'documentRepositoryPath', 'Path to uploaded document repository files', 1, 0, 'web_path', ID, 'Document Repository Upload Path', 13FROM ConfigSettings WHERE Name="paths";
79
79
INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT'dataReleasePath', 'Path to uploaded data release files', 1, 0, 'web_path', ID, 'Data release Upload Path', 14FROM ConfigSettings WHERE Name="paths";
80
+
INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT'EEGUploadIncomingPath', 'Path to the upload directory for incoming EEG studies', 1, 0, 'text', ID, 'EEG Incoming Directory', 7FROM ConfigSettings WHERE Name="paths";
81
+
80
82
81
83
82
84
INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, Label, OrderNumber) VALUES ('gui', 'Settings related to the overall display of LORIS', 1, 0, 'GUI', 3);
@@ -284,4 +286,4 @@ INSERT INTO Config (ConfigID, Value) SELECT ID, '' FROM ConfigSettings WHERE Na
284
286
INSERT INTO Config (ConfigID, Value) SELECT ID, ''FROM ConfigSettings WHERE Name='bids_dataset_authors';
285
287
INSERT INTO Config (ConfigID, Value) SELECT ID, ''FROM ConfigSettings WHERE Name='bids_acknowledgments_text';
286
288
INSERT INTO Config (ConfigID, Value) SELECT ID, ''FROM ConfigSettings WHERE Name='bids_readme_text';
287
-
INSERT INTO Config (ConfigID, Value) SELECT ID, ''FROM ConfigSettings WHERE Name='bids_validator_options_to_ignore';
289
+
INSERT INTO Config (ConfigID, Value) SELECT ID, ''FROM ConfigSettings WHERE Name='bids_validator_options_to_ignore';
0 commit comments