Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#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:1 Changed 3 years ago by Cinc-th

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.

Version 0, edited 3 years ago by Cinc-th (next)

comment:2 Changed 3 years ago by Cinc-th

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.

comment:3 Changed 3 years ago by Cinc-th

Resolution: fixed
Status: newclosed

In 18019:

Project select control was missing when no projects were defined. Javascript code hid all the table rows because no proper selection (read no All selection) was available.

Closes #13967

comment:4 Changed 3 years ago by Cinc-th

In 18020:

Don't use ticket-custom setting when gathering project data but use data from the database.

Refs #13967

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Cinc-th.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.