-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[components with associations] backend edit layouts: Correct form action when using component template (tpml=component) #11220
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
Conversation
|
I have tested this item ✅ successfully on 872c309 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
1 similar comment
|
I have tested this item ✅ successfully on 872c309 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
|
Well found! 👍 |
|
I have tested this item ✅ successfully on 872c309 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
|
I have tested this item ✅ successfully on 872c309 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
|
RTC. Thanks! Please merge in 3.6.1 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
|
Back to pending. Needs a small correction. missing $input = JFactory::getApplication()->input; for menus This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
|
@andrepereiradasilva |
|
corrected menu item issue and added to com_modules. Please retest |
|
I have tested this item ✅ successfully on 111fbea This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
1 similar comment
|
I have tested this item ✅ successfully on 111fbea This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
|
RTC now for good. :) Please merge. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11220. |
Summary of Changes
In backend edit item (article, contact, newsfeed, menu item, etc) layout we can call the page with
&tpml=component, but when we submit the form (ex: through javascript in a parent iframe) we go back to the non component (default) template with side bar.This PR correct that.
Testing Instructions
Code review.
More info
This problem was discovered in GsoC 2016 multilingual project.
@infograf768 @alikon @jreys please test.