The user selected in the pop-up should populate the user form field.
Nothing happens; the form field is left empty and it's necessary to click again (without searching) and select the user.
Does not appear browser or system dependent; is happening on multiple development and live systems running with various configurations on the latest Joomla release.
Is a minor annoyance among our customers but would be nice to get resolved; opening the dialog a second time at least keeps the previous search filter.
I've discovered the same problem.
Every time you perform a search the first user selection is ignored.
@franz-wohlkoenig my test was done using windows-10 and chrome at my job's computer.
At home I'm testing using
Joomla! 3.6.5 Stable [ Noether ] 1-December-2016 22:46 GMT
macOS Sierra, 10.12.2
Google Chrome 55.0.2883.95 (64-bit)
PHP 5.6.21
MySQL 5.5.52-cll
and it appears the same problem.
I've also tested the issue using
Firefox 51.0.1 (64-bit)
macOS Sierra, 10.12.2
and it behaves correctly.
I remember testing the issue on windows using Google Chrome and Firefox and the problem appeared too.
I'll send you the exact versions of the windows browsers on Monday.
Thanks!
Joomla! 3.7.0-beta1
Windows Server 2008 (remote)
Firefox 47.0.2
Internet Explorer 11
PHP 7.0.4
MySQLi 5.5.53-0
Works: Modal Dialog closed, User set in Linked user
.
@franz-wohlkoenig maybe Joomla! 3.7.0-beta1 has that issue fixed. I'm running the last stable version Joomla! 3.6.5 Stable [ Noether ] 1-December-2016 22:46 GMT
Anyway, I'll send you the windows browser's specs on Monday.
Thanks!
Good morning @franz-wohlkoenig
I'm running Windows 10.0.10586 at my office.
I've updated my browsers but I still can reproduce the issue using
Google Chrome 56.0.2924.87 (64-bit)
IE 11.713.10586.0
This browser works as expected
Firefox 51.0.1 (64-bit)
Thanks!
hi i have same issue in Google chrome, i find solution for this.
This issue occur because of mootools check.
"index.php?option=com_users&view=users&layout=modal&tmpl=component&required=0&field={field-user-id}&ismoo=0&excluded=WyIiXQ=="
this is request url for user model popup.
input parameter ismoo = 0
administrator/components/com_users/views/users/tmpl/modal.php:
Line No: 39
$isMoo = $input->getInt('ismoo', 1);//default value of ismoo=1
when search user, form will submit but form search it did't pass ismoo variable so it take default variable ismoo=1.
so solution is
administrator/components/com_users/views/users/tmpl/modal.php:
add following line to form
That it , now its working in Google chrome.
hi, i don't know, how to display php code in value. just echo $isMoo; in value field. sorry for 3 reply.
@alagesanbe08 Thanks, nice find. I had the issue on Joomla 3.6.5 with my custom extensions, applied the fix and the issue is sorted
Your proposed fix has included in stagging, so it will be fixed in 3.7.0, see https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_users/views/users/tmpl/modal.php#L126
(The code is a bit ugly, it should just be echo $isMoo instead of calling $input->get again
@cjcliffe @atgbcn can you test 3.7 like @joomdonation wrote?
@joomdonation I agree with you here is the PR: #14047 that should fix that problem
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-13 09:32:53 |
Closed_By | ⇒ | zero-24 |
Searching a User in "user Notes" got a list of Notes for User. Maybe i don't understand your issue, can you please explain?
Test on:
Joomla! 3.7.0-staging
macOS Sierra, 10.12.3
Firefox 50.1.0
PHP 7.0.4
MySQLi 5.5.53-0