Modify ↓
#10260 closed defect (fixed)
Client field should be hidden if there are no clients
Reported by: | Sam Halliday | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | ClientsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It would be really nice if the Client fields were hidden from issues if there are no registered Clients. This is what happens with milestones, components, etc.
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
Owner: | changed from Colin Guthrie to Ryan J Ollos |
---|---|
Status: | new → assigned |
Summary: | No Clients should hide fields → Client field should be hidden if there are no clients |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by
Please keep this ticket under consideration for testing and reporting back once I fix #10253. I see now that you are also the reporter for that ticket.
comment:5 Changed 12 years ago by
Thanks for this! I've not been able to report back with an update due to the TH downtime, but I'm not using this plugin at the moment because my time tracking isn't working the way I'd like. I'm also using trac 1.0 now.
Note: See
TracTickets for help on using
tickets.
Here is the bit of code that causes built-in Select fields to be hidden when there are no options: api.py. We'll have to deal with the issue slightly differently in
client.py
, though I'm considering also opening an enhancement request for this in the Trac core.Are you really running Trac 0.11? Recent versions of the plugin are broken on Trac 0.11, which I intend to fix shortly (#10253).