Success

User tests: Successful: Unsuccessful:

avatar ghost
ghost
12 Jul 2013

Fix the issue showing tooltip text on user selection modal

avatar victor-tech victor-tech - open - 12 Jul 2013
avatar dongilbert
dongilbert - comment - 12 Jul 2013

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:

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.

avatar victor-tech
victor-tech - comment - 14 Jul 2013

I've fixed this problem in the pull request #1544

#1544

avatar victor-tech victor-tech - close - 15 Jul 2013

Add a Comment

Login with GitHub to post a comment