You are not logged in.
Hello,
if I understand the code in src/NotificationTemplate.php and the output of my attempt of a "greater than" comparison correctly, the ##IF conditionals in GLPI's notification templates do not allow
##IFticket.numberofitems>0##
Am I correct?
Bests,
Masin
Last edited by MasinAD (2023-11-10 16:50:06)
Offline
Yes. Your only options are checking if a tag has any value set or a specific value.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thanks for the confirmation. I worked around by
##IFticket.numberofitems=0## ##ENDIFticketnumberofitems## ##ELSEticketnumberofitems## do stuff ##ENDELSEticketnumberofitems##
Offline