The inherit template plugin does not work when I create a new document as a non admin manager user.
Dimmy
Does the user have proper access to the plugin?
-
MODX Staff
- 10,725 Posts
The plugin uses $modx->getPageInfo, which means the parent would have to be accessible by the manager user. If it is a protected manager resource, this is not possible, since getPageInfo will only return the information if the user is in the proper document group...
mm ok is there not a posibility to just get the information from the db instead of the $modx->getPageInfo?