-
-
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
Use $ismoo instend of calling jinput #14047
Conversation
I have tested this item ✅ successfully on abccdaf This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14047. |
Since you made this change, could you please this line https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_users/views/users/tmpl/modal.php#L23 to $input = JFactory::getApplication()->input; and remove the line above https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_users/views/users/tmpl/modal.php#L22 (The $app variable is used one time only, thus it should be removed) |
Done thanks @joomdonation |
I have tested this item ✅ successfully on 29dab64 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14047. |
1 similar comment
I have tested this item ✅ successfully on 29dab64 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14047. |
RTC |
Pull Request for Issue #13306
Summary of Changes
Testing Instructions
Expected result
The user selected in the pop-up should populate the user form field.
Actual result
In 3.6.5 it is broken as the $ismoo value is missing.
In 3.7-dev it is working but don't uses the $ismoo it gets the value from the jinput object
Documentation Changes Required
None