[GHC] #9138: Allow users to edit their own tickets

#9138: Allow users to edit their own tickets ------------------------------------+------------------------------------- Reporter: nomeata | Owner: hvr Type: bug | Status: new Priority: normal | Milestone: Component: Trac & Git | Version: 7.8.2 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- Non-power-users can edit their own comments, but not their tickets. That is annoying when one makes mistakes in the syntax. There is a history of changes, so it really wouldn't be a problem to allow that. The required permissions according to [TracPermissions] seems to be `TICKET_EDIT_DESCRIPTION`. `TICKET_EDIT_CC` would also be useful (#8881), as I can put people on CC when I create a ticket, but I cannot change that later. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9138 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9138: Allow users to edit their own tickets -------------------------------------+------------------------------------ Reporter: nomeata | Owner: hvr Type: bug | Status: new Priority: normal | Milestone: Component: Trac & Git | Version: 7.8.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by simonpj): Indeed, that would be a good thing. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9138#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9138: Allow users to edit their own tickets -------------------------------------+------------------------------------ Reporter: nomeata | Owner: hvr Type: bug | Status: new Priority: normal | Milestone: Component: Trac & Git | Version: 7.8.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by hvr): I've just granted both, `TICKET_EDIT_DESCRIPTION` and `TICKET_EDIT_CC`, to the authenticated users However, I doubt that #8881 will be resolved by that, as there's an implicit set of subscribers (i.e. those that have commented on the ticket) which doesn't show up in the CC property -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9138#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9138: Allow users to edit their own tickets -------------------------------------+------------------------------------ Reporter: nomeata | Owner: hvr Type: bug | Status: closed Priority: normal | Milestone: Component: Trac & Git | Version: 7.8.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thomie): * status: new => closed * resolution: => fixed Comment: Modifying a ticket works, including changing CC. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9138#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC