We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team
Division
Should be quite straightforward, use generic_edit_related view.
generic_edit_related
Use a modal dialog from the team list view to ask how many teams are in the division (total number N, including any already created).
N
New view will just be a table of N rows.
Only complexity will be the FormSet will need to populate the order field.
FormSet
order
Note
Keeping the order visible on bulk view will make it easier to reorder teams later.
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
Should be quite straightforward, use
generic_edit_related
view.Use a modal dialog from the team list view to ask how many teams are in the division (total number
N
, including any already created).New view will just be a table of
N
rows.Only complexity will be the
FormSet
will need to populate theorder
field.Note
Keeping the order visible on bulk view will make it easier to reorder teams later.
The text was updated successfully, but these errors were encountered: