Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action link does not work #17

Open
Lefthandmedia opened this issue Aug 31, 2015 · 1 comment
Open

Action link does not work #17

Lefthandmedia opened this issue Aug 31, 2015 · 1 comment

Comments

@Lefthandmedia
Copy link

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

@Lefthandmedia
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant