Changes between Initial Version and Version 2 of Ticket #3835


Ignore:
Timestamp:
Jun 10, 2009, 8:57:14 AM (15 years ago)
Author:
osimons
Comment:

Closing as duplicate of #3642.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3835

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #3835 – Description

    initial v2  
    33XmlRpcPlugin needs TRAC_ADMIN permission for update ticket. However I think it should be TRAC_MODIFY permission. I attached the pacth. Please improve it.
    44
    5 
     5{{{
     6#!diff
    67Index: tracrpc/ticket.py
    78===================================================================
     
    1718         yield ('TICKET_VIEW', ((dict, int), (dict, int, int)), self.changeLog)
    1819         yield ('TICKET_VIEW', ((list, int),), self.listAttachments)
    19 
     20}}}