After changing a resource's assigned template, confirming the warning message and subsequently saving the resource, MODx reloads the manager page. Now, when you are not logged in as administrator, but as e.g. content editor with limited rights, a PHP error message is displayed on top of the manager page:
Warning: Invalid argument supplied for foreach() in /is/htdocs/website/manager/controllers/default/resource/update.class.php on line 137.
This happends every time you try to save a resource after changing the assigned template. I managed to stop the error message from being displayed by permitting resourcegroup_resource_list in the content editor user group permission settings.
tbecherer created Redmine issue ID 7952
After changing a resource's assigned template, confirming the warning message and subsequently saving the resource, MODx reloads the manager page. Now, when you are not logged in as administrator, but as e.g. content editor with limited rights, a PHP error message is displayed on top of the manager page:
Warning: Invalid argument supplied for foreach() in /is/htdocs/website/manager/controllers/default/resource/update.class.php on line 137.
This happends every time you try to save a resource after changing the assigned template. I managed to stop the error message from being displayed by permitting resourcegroup_resource_list in the content editor user group permission settings.