User tests: Successful: Unsuccessful:
Fix the issue showing tooltip text on user selection modal
Be sure to only add files to your commit that pertain to the specific pull request. You've removed the installation folder from your branch, and then committed that removal.
You'll need to make the changes again after checking out a clean copy:
git checkout master; git branch -D tooltip-user-selecction-modal; git checkout -b tooltip-user-selecction-modal;
Then make your required changes in the administrator/components/com_users/views/users/tmpl/modal.php file. Then run:
administrator/components/com_users/views/users/tmpl/modal.php
git add administrator/components/com_users/views/users/tmpl/modal.php; git commit -m "Tooltip text on user selection modal"; git push -f origin tooltip-user-selecction-modal;
Note, I'm assuming on that last line that origin is pointing to your copy. Change as needed.
origin
I've fixed this problem in the pull request #1544
#1544
Be sure to only add files to your commit that pertain to the specific pull request. You've removed the installation folder from your branch, and then committed that removal.
You'll need to make the changes again after checking out a clean copy:
Then make your required changes in the
administrator/components/com_users/views/users/tmpl/modal.phpfile. Then run:Note, I'm assuming on that last line that
originis pointing to your copy. Change as needed.