Skip to content
Snippets Groups Projects

Add form, url, template and view; no functionality yet

Merged Fanna Lautenbach requested to merge SDC-810/group-creation into main
2 unresolved threads

Screenshot_from_2023-01-19_11-36-53 Note that the index page group button and the group selection within a work spec have a temporary display none to hide it so that it can be merged

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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",
  • 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',
  • Robbie Luijben approved this merge request

    approved this merge request

  • Fanna Lautenbach added 2 commits

    added 2 commits

    Compare with previous version

  • Fanna Lautenbach enabled an automatic merge when the pipeline for e1d416d1 succeeds

    enabled an automatic merge when the pipeline for e1d416d1 succeeds

  • Robbie Luijben approved this merge request

    approved this merge request

  • mentioned in commit 75244aed

  • Please register or sign in to reply
    Loading