Add form, url, template and view; no functionality yet
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
requested review from @luijben
45 45 'processing_site': "The ATDB processing site to run a specific workflow in.", 46 46 'predecessor_specification': "The related predecessor of the current work specification.", 47 47 'batch_size': "The number of files every task generated by this work specification should have. Example: 10 files in total can be split into 5 tasks of 2 files.", 48 'group': "Include the work specification to a group. Note that it will inherit the group's processing site and workflow specifications.", 48 49 'is_auto_submit': "By checking this box, the work specification will be directly sent to the processing site and thus does not need inspection." 49 50 } 51 52 53 class GroupForm(ModelForm): 54 obs_ids = CharField(label='SAS IDs', 55 help_text="A list of SAS IDs seprated with a comma+space. Example: 123, 456, 789", changed this line in version 2 of the diff
45 45 'processing_site': "The ATDB processing site to run a specific workflow in.", 46 46 'predecessor_specification': "The related predecessor of the current work specification.", 47 47 'batch_size': "The number of files every task generated by this work specification should have. Example: 10 files in total can be split into 5 tasks of 2 files.", 48 'group': "Include the work specification to a group. Note that it will inherit the group's processing site and workflow specifications.", 48 49 'is_auto_submit': "By checking this box, the work specification will be directly sent to the processing site and thus does not need inspection." 49 50 } 51 52 53 class GroupForm(ModelForm): 54 obs_ids = CharField(label='SAS IDs', added 2 commits
enabled an automatic merge when the pipeline for e1d416d1 succeeds
mentioned in commit 75244aed
Please register or sign in to reply