Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10018, comment 14


Ignore:
Timestamp:
Jan 2, 2014, 6:34:12 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10018, comment 14

    initial v1  
    1 The patch seems to be well-received and I can't find any issues with it so far. I've staged the changes with a small refactoring in log:rjollos.git:t10018.
     1The patch seems to be well-received and I can't find many issues with it so far. I've staged the changes with a small refactoring in log:rjollos.git:t10018.
    22
    33There is one issue. If the user is //anonymous// and `[ticket] restrict_owner = true`, then //(none)// will be appended to the list rather than //anonymous//. This seems to be because //get_users_with_permission// returns `None` when `anonymous` has the permission. and `None` gets unconditionally replaced with //(none)//.