Re: [Glpi-dev] add new tag

2015-12-09 Thread Moron, Olivier
Hello, To help you, I need more information. What is the purpose of encrypting the ticket ID? How will it be used if it is encrypted? GLPI will not be able to understand it (or you will be obliged to decrypt it)! Thank you, Regards, Olivier MORON GLPI Development RAYNET SAS Tel : +33 476 33 4952

Re: [Glpi-dev] add new tag

2015-12-09 Thread Max Safonov
I convey encrypted user id ticket at the closing of the ticket, for use in the link. I later deciphered it back, in handler. All I need to perform a task is to have a tag which would contain the id ticket 2015-12-09 9:58 GMT+02:00 Moron, Olivier : > Hello, > > To help you, I need more informatio

Re: [Glpi-dev] add new tag

2015-12-09 Thread Max Safonov
thank you so much, I will try 2015-12-09 10:39 GMT+02:00 Moron, Olivier : > Hello Max, > > > > Here is the complete tested procedure to add a new tag to the Ticket > notifications : > > > > 1) Open file inc/notificationtargetticket.php file > > 2) Got to the line of the function getTags

Re: [Glpi-dev] add new tag

2015-12-09 Thread Max Safonov
I'm a bit corrected code under my task, it worked, thank you very much for your help 2015-12-09 10:39 GMT+02:00 Moron, Olivier : > Hello Max, > > > > Here is the complete tested procedure to add a new tag to the Ticket > notifications : > > > > 1) Open file inc/notificationtargetticket.php f