#13967 closed defect (fixed)
Milestones and versions are hidden after installation
Reported by: | Cinc-th | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
After installation of SimpleMultiProjectPlugin the existing milestones and versions are hidden on the admin pages. Note that the header still shows the number of defined milestones/versions in parantheses.
The default installation requires milestones and versions to be linked with a project. This may contribute to the problem.
But: when setting version_without_project = True
the existing versions are still hidden.
Attachments (0)
Change History (4)
comment:2 Changed 4 years ago by
When adding the following to trac.ini the milestones and versions are visible even when no project is defined (empty database) yet.
[ticket-custom] project.options = Project 1|
Note that when setting the variable to empty milestones and version disappear again.
[ticket-custom] project.options =
So presumably somewhere this variable is checked in the code.
As soon as a project is defined the milestones and versions are shown. There is no need to associate the project with any item to see the effect.
Note that the project permission policy is not activated yet for this test.