mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:24:51 +09:00
Don't display assignee for closed tickets
This commit is contained in:
parent
33d5a947e6
commit
e19caa0ffd
1 changed files with 6 additions and 5 deletions
|
@ -23,11 +23,12 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
Created on #{showDate $ ticketCreated ticket} by
|
||||
^{personLinkW author}
|
||||
|
||||
<p>
|
||||
$maybe assignee <- massignee
|
||||
Assigned to ^{personLinkW assignee}
|
||||
$nothing
|
||||
Not assigned
|
||||
$if not $ ticketDone ticket
|
||||
<p>
|
||||
$maybe assignee <- massignee
|
||||
Assigned to ^{personLinkW assignee}
|
||||
$nothing
|
||||
Not assigned
|
||||
|
||||
<p>
|
||||
Status:
|
||||
|
|
Loading…
Reference in a new issue