tomolimo / processmaker

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

Error message on task derivation #84

Closed rohit-ambre-uno closed 5 years ago

rohit-ambre-uno commented 5 years ago

I'm testing processmaker-3.3.2 and 3.4.5 with GLPI 9.2 and processmaker-server 3.3-RE-1.0. after the current task is completed processmaker 3.3.2 onward it shows Error box like below screenshot from 2019-01-11 10-19-53

Which actually is not the error right? It is showing that because current task is not accessible to logged in user but then it shouldn't show such Error message as it seems like something is breaking.

Can't we use same way like used in processmaker-3.2.8 and processmaker-server-3.0-RE-1.8 example: felicity ticket overview 600

As it also gives all information about the case and current state of case.

Can we change that page?

tomolimo commented 5 years ago

What are the steps to reproduce this behavior? Could it be that you missed some authorizations in PM server for all operators? See: https://github.com/tomolimo/processmaker-server/wiki/Roles#processmaker_operator

rohit-ambre-uno commented 5 years ago

Yeah, My bad. I thought it would be something like this but I was not able to find this documentation so went through a code and changed the permissions.

Thank you for the documentations.