Ticket #1877 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 5 years ago
make listing of Available Projects show number of open tickets for the project
| Reported by: | luciano@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | web frontend/mod_python | Version: | 0.8.4 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The following patch makes the mod_python frontend list, allong with the existing projects, the number of open tickets for the project.
If remote_user is available (as is the case for our site, authentication is on globally), it will also list the number of open tickets belonging to the user.
Just in case anyone else is interested.
(I'll attach the patch shortly.)
Attachments
Change History
Changed 7 years ago by luciano@…
- Attachment frontend.patch added
comment:1 Changed 7 years ago by luciano@…
it seems to be breaking links inside projects...
don't use!
comment:2 Changed 6 years ago by luciano@…
If the environment didn't exist in the cache, it would be opened with the wrong MPR. Fixed, and it now seems to work fine.
comment:3 Changed 5 years ago by cboos
- Resolution set to duplicate
- Status changed from new to closed
See rather #1.
comment:4 Changed 5 years ago by cboos
Btw, I closed that ticket not because it's the exact same thing as #1, rather because it's not realistic to address all the projects at once in the TracMultipleProjects/MultipleEnvironments case, and this should rather be dealt with in the context of projects within the same environment (as #1 is about).



the patch that implements the described feature