? ? Pending

User tests: Successful: Unsuccessful:

avatar rjharishabh
rjharishabh
29 Apr 2021

Summary of Changes

Added HTMLHelper::_('behavior.multiselect'); and class="row<?php echo $i % 2; ?>" in <tr>

Testing Instructions

Dashboard > System > Maintenance > Clear Cache

clear_cache

Actual result BEFORE applying this Pull Request

Click on <tr> doesn't check the checkbox but Click on Cache Group checks the checkbox

before-clear-cache.mp4

Expected result AFTER applying this Pull Request

Click on <tr> checks the checkbox

after-clear-cache.mp4

Documentation Changes Required

None

avatar rjharishabh rjharishabh - open - 29 Apr 2021
avatar rjharishabh rjharishabh - change - 29 Apr 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Apr 2021
Category Administration com_cache
avatar rjharishabh rjharishabh - change - 30 Apr 2021
Labels Added: ?
avatar rjharishabh
rjharishabh - comment - 30 Apr 2021

<input class="form-check-input" type="checkbox" id="cb<?php echo $i; ?>" name="cid[]" value="<?php echo $this->escape($item->group); ?>" class="cache-entry">

Value should be boolean type for checkbox

avatar sandramay0905 sandramay0905 - test_item - 30 Apr 2021 - Tested successfully
avatar sandramay0905
sandramay0905 - comment - 30 Apr 2021

I have tested this item successfully on 33254bf


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33413.

avatar saumyasarkar11 saumyasarkar11 - test_item - 30 Apr 2021 - Tested successfully
avatar saumyasarkar11
saumyasarkar11 - comment - 30 Apr 2021

I have tested this item successfully on 33254bf


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33413.

avatar richard67 richard67 - change - 30 Apr 2021
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 30 Apr 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33413.

avatar drmenzelit drmenzelit - close - 30 Apr 2021
avatar drmenzelit drmenzelit - merge - 30 Apr 2021
avatar drmenzelit drmenzelit - change - 30 Apr 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-04-30 12:31:14
Closed_By drmenzelit
Labels Added: ?
avatar drmenzelit
drmenzelit - comment - 30 Apr 2021

Thanks

avatar rjharishabh
rjharishabh - comment - 30 Apr 2021

Thanks everyone

Add a Comment

Login with GitHub to post a comment