Results 3 comments of PmLearning

Hi ProcessMaker team, I apologize for posting this error here! In the task list, when we switch between menus, the status filter changes correctly, but in each of the lists,...

/opt/pishrobpms/ProcessMaker/Traits/TaskControllerIndexMethods.php: $processableUser = DB::table('processables')->where([ 'processable_type' => User::class, 'processable_id' => $user->id, 'method' => 'EDIT_DATA', ])->pluck('process_id')->toArray(); Good time, According to this path, when we assign a person to edit the data of...

Another problem: In version 3 we could specify a process supervisor and this user had access to the data of the requests of that process for review or reallocation. However,...