Anon users should not be able to see it
Instead of checking that user exist, checking that user id > 0
Cette révision appartient à :
Parent
79a6ee3747
révision
41f7f678cc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -29,7 +29,7 @@
|
|||
<input type="checkbox" name="remake" id="remake" >
|
||||
<label for="remake">{{call $.T "mark_as_remake"}}</label>
|
||||
</p>
|
||||
{{ if $.User }}
|
||||
{{ if gt $.User.ID 0 }}
|
||||
<p>
|
||||
<input type="checkbox" name="hidden" id="hidden" >
|
||||
<label for="hidden">{{call $.T "mark_as_hidden"}}</label>
|
||||
|
|
Référencer dans un nouveau ticket