tomolimo / processmaker

GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
30 stars 11 forks source link

Resolved issue with file Upload #87

Closed rohit-ambre-uno closed 5 years ago

rohit-ambre-uno commented 5 years ago

Fixed issue #81 and #78 regarding uploading files when there is a Exclusive gate after the task.

rohit-ambre-uno commented 5 years ago

added two GET case variable to fetch state and type of Ticket

tomolimo commented 5 years ago

Hello @rohit-ambre-uno Please note that I'll change the GLPI_Ticket_TYPE into GLPI_TICKET_TYPE (to respect naming convention: uppercase) and GLPI_TICKET_STATUS into GLPI_ITEM_STATUS (to respect other object types like Change and Problem) Thank you for your PR. Regards, Tomolimo

rohit-ambre-uno commented 5 years ago

Hi @tomolimo, no worries, Even I wanted to change it to UpperCase but didn't because I was already using it on many places.

Thank you for accepting it. :+1: