Changes between Initial Version and Version 1 of Ticket #6648, comment 3


Ignore:
Timestamp:
Mar 2, 2017, 2:59:57 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6648, comment 3

    initial v1  
    11After reading this I wonder if SimpleTicketPlugin actually "hides" or "drops" when doing {{{ data['fields'] = [f for f in data['fields'] if f['name'] not in self.fields] }}} (?). And if I'm right and it's "dropping", which other way would "hiding" go?
    22
    3 I'm quite interested in such stuff at least because of http://trac.edgewall.org/ticket/10320 but know nearly nothing about the internal architecture yet...
     3I'm quite interested in such stuff at least because of trac:#10320 but know nearly nothing about the internal architecture yet...