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


Ignore:
Timestamp:
Jan 16, 2021, 9:48:14 AM (3 years ago)
Author:
Andrew G. Khodotov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13940, comment 3

    initial v1  
    44----
    55> By the way, what's the meaning of `authname=username`?
    6 The plugin use `Query` from `trac.ticket.query` to check the ticket for `matching_condition`. Declaration of `execute` function is
     6The plugin uses `Query` from `trac.ticket.query` to check the ticket for `matching_condition`. Declaration of `execute` function is
    77{{{
    88execute(self, req=None, cached_ids=None, authname=None, tzinfo=None, href=None, locale=None)