jpdevries / QuickBar

MODX Revolution Add-on that adds an Evo style hover bar to the top of your site for quick editing. Only for users that are logged into the Manager of course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action link does not work

Lefthandmedia opened this issue · comments

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

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