-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.0] XTD plugins broken in frontend #23510
Comments
See #21208 |
The problem is, that in line
$link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&' . Session::getFormToken() . '=1&editor=' . $name; is instead of $link = 'administrator/index.php?option=com_menus&view=items&layout=modal&tmpl=component&' . Session::getFormToken() . '=1&editor=' . $name;
So the |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23510 |
Please test PR #23530 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23510. |
Maybe we should reopen as #23530 is no good? |
Set to "open" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23510 |
@infograf768 can i close this Issue having PR #23539? |
I would wait as @astridx is not sure yet of her PR |
Closed as having Pull Request #25367 |
Steps to reproduce the issue
Install a clean 4.0.dev branch
Install blog
Log in frontend as superuser and edit an article.
Try to use any xtd-editor, for example
Menu
Expected result
The modal displays to choose a menu item to insert in the textarea
Actual result
404 View not found [name, type, prefix]: items, html,
Same for article, contact, module
The text was updated successfully, but these errors were encountered: