Changes between Initial Version and Version 1 of Ticket #10356, comment 13


Ignore:
Timestamp:
Jul 10, 2013, 4:44:29 PM (11 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10356, comment 13

    initial v1  
    1 To handle anonymous users I've changed to following code in init__.py between lines 283 and 300:
     1To handle anonymous users I've changed to following code in `__init__.py` between lines 283 and 300:
     2{{{#!python
    23        elif name == 'Action':
    34            action = {'id': attrs['id'], 'issue': attrs['issue'],
     
    1718
    1819            self._add_item('actions', action, self.comments)
     20}}}