mreinders

Results 2 comments of mreinders

Which information do you need to solve this problem? We are expecting the same problem on Centreon Engine 20.04.4. We searched for problems that may be solve the problem, but...

I managed to solve the issue with a workarround for the getItems api. I changed /var/www/html/teampass/api/Controller/Api/ItemController.php line 193 from: $sql_constraint = ' AND (i.id_tree IN ('.$userData['folders_list'].') OR i.id IN ('.$userData['restricted_items_list'].'))';...