joomla-projects / j4adminui

Joomla!4 alternative backend template
GNU General Public License v2.0
24 stars 18 forks source link

Fix issue-168: Add user button issue at Dashboard page #168 #169

Closed davidnguyen-joomlashine closed 4 years ago

davidnguyen-joomlashine commented 4 years ago

Pull Request for Issue #168.

Summary of Changes

Edit file: /administrator/modules/mod_quickicon/Helper/QuickIconHelper.php. Change the string: index.php?option=com_users&task=users.add to index.php?option=com_users&task=user.add

Testing Instructions

Expected result

Actual result

Documentation Changes Required

brianteeman commented 4 years ago

This was a bug in joomla and not the template - I have created a pull request to joomla for this https://github.com/joomla/joomla-cms/pull/27286

davidnguyen-joomlashine commented 4 years ago

@brianteeman Thank you