Ticket #9510 (new defect)
Opened 19 months ago
Last modified 12 months ago
Action block stays visible when no actions available
| Reported by: | fredck@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.14 |
| Component: | ticket system | Version: | 0.11-stable |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The action block on the ticket page is visible (empty) even if there are no actions available.
I've implemented a custom workflow for our trac site, removing the "leave" action for users that were having just that option (senseless). In that case though, the action block is still there, empty (senseless and ugly now :)).
Attachments
Change History
comment:1 in reply to: ↑ description ; follow-up: ↓ 2 Changed 19 months ago by rblank
- Milestone set to 0.13
- Owner set to rblank
comment:2 in reply to: ↑ 1 Changed 19 months ago by fredck@…
Replying to rblank:
What would those people do, then, if they can't leave the ticket as-is, and can't change it? :)
Well, they can still add comments to the tickets ;)
We could hide the action block if the only action is to leave the ticket status. But the "leave" workflow action should remain.
That's a good idea.
comment:3 follow-up: ↓ 4 Changed 14 months ago by rblank
#9901 was closed as a duplicate, and asks for removal of the "Actions" block when only "leave" is present.
comment:4 in reply to: ↑ 3 Changed 14 months ago by Carsten Klein <carsten.klein@…>
Replying to rblank:
#9901 was closed as a duplicate, and asks for removal of the "Actions" block when only "leave" is present.
cf. 8548#comment:9 for a provable solution to this
comment:5 Changed 12 months ago by rblank
- Milestone changed from 0.13 to 0.14



Replying to fredck@…:
What would those people do, then, if they can't leave the ticket as-is, and can't change it? :)
We could hide the action block if the only action is to leave the ticket status. But the "leave" workflow action should remain.