You are not logged in.
Pages: 1
Hello.
In version 0.9 the variable ##ticket.urlapprove## redirect to http://glpi/index.php?redirect=ticket_1236_Ticket$2.
The correct would be http://glpi/index.php?redirect=ticket_1236_Ticket$1 for show the approval and refuse the solution.
Thanks
Offline
Hello,
We faced the same issue. As a workaround you can set the following under the // Specific datas
// bug URL approve
$datas['##ticket.urlapprove##']
= $this->formatURL($options['additionnaloption']['usertype'],
"ticket_".$item->getField("id")."_Ticket$1");
//
in glpi/inc/notificationtargetticket.class.php
Regards,
Offline
Already corrected today: https://github.com/glpi-project/glpi/issues/455
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Pages: 1