You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hitting the 'Edit resource' button in QB you get send to http://www.domain.com/manager/?a=30&id=13
this result s in a meesage in the manager 'Could not find action file at: controllers/default/index.php'
changing line #4 in quickbar.chunk.tpl form <li><a href="[[+mgr_url]]?a=30&id=[[*id]]" target="_blank">Edit Resource</a></li>
to <li><a href="[[+mgr_url]]?a=resource/update&id=[[*id]]" target="_blank">Edit Resource</a></li>
worked for me
When hitting the 'Edit resource' button in QB you get send to
http://www.domain.com/manager/?a=30&id=13
this result s in a meesage in the manager 'Could not find action file at: controllers/default/index.php'
When selecting edit resource from the tree the URL is
http://www.domain.com/manager/?a=resource/update&id=13. This works
The text was updated successfully, but these errors were encountered: