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

[4.0] XTD plugins broken in frontend #23510

Closed
infograf768 opened this issue Jan 11, 2019 · 9 comments
Closed

[4.0] XTD plugins broken in frontend #23510

infograf768 opened this issue Jan 11, 2019 · 9 comments

Comments

@infograf768
Copy link
Member

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

@brianteeman
Copy link
Contributor

See #21208

@astridx
Copy link
Contributor

astridx commented Jan 13, 2019

The problem is, that in line

$link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&'
the path
$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 administrator is missing.

@joomla-cms-bot
Copy link

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23510

@Quy
Copy link
Contributor

Quy commented Jan 13, 2019

Please test PR #23530


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23510.

@infograf768
Copy link
Member Author

Maybe we should reopen as #23530 is no good?

@joomla-cms-bot
Copy link

Set to "open" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23510

@ghost
Copy link

ghost commented Mar 28, 2019

@infograf768 can i close this Issue having PR #23539?

@infograf768
Copy link
Member Author

I would wait as @astridx is not sure yet of her PR

@ghost
Copy link

ghost commented Jun 29, 2019

Closed as having Pull Request #25367

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

No branches or pull requests

5 participants