Modify ↓
Opened 4 years ago
Closed 4 years ago
#13966 closed defect (fixed)
Needs proper message that you can't add version/milestone without project
Reported by: | Cinc-th | Owned by: | Cinc-th |
---|---|---|---|
Priority: | low | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Default behaviour after installation is to not allow any version/milestone without a project. If there are no projects created yet you see an empty project select box and can't add any versions or milestones.
This is confusing because the help text is just saying
Please chose the projects for which this item will be selectable. Without a selection here no restrictions are imposed.
which isn't correct.
Todo
- Change the help text to make clear that you must chose a project
- If there are no projects yet then hide the project table and display an appropriate message
- Keep the help text in case
version_without_project = True
is set (similar for milestones)
Hint
The following Settings in trac.ini may be used to control behaviour:
[simple-multi-project] version_without_project = True single_project_versions = True
[simple-multi-project] milestone_without_project = True single_project_milestones = True
Attachments (0)
Note: See
TracTickets for help on using
tickets.
In 18016: