User tests: Successful: Unsuccessful:
Pull Request for Issue #34502 .
The "unfeatured" icons/buttons were changed to "circle" instead of changing the global declaration, so IDs were changed etc.
This PR changed them back and updates the global "icon-unfeatured" icon to circle.
Test 1:
Check unfeatured icon in com_content.
Test 2:
Activate workflow and check action dropdown
Unfeature icon is now "circle"
Dropdown for workflow broken
"Unfeature icon" is back to "unfeatured"
Not visible with activated workflow
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_contact com_content Repository NPM Change Libraries |
Title |
|
I have tested this item
Thanks for testing.
As stated in the first post, it only fixes the dropdown, not the button in the list (with the wrong description). In your screenshot you see, when you enable the workflow, it still shows a "unfeature" entry (3rd from the bottom) which is wrong. This PR just remove it (you can see it in your 2nd screencast). Also this entry changed back the ID of this entry to "status-group-children-unfeatured" (instead of status-group-children-circle) when you inspect it.
So that should not have been closed as this really is unrelated
I have tested this item
fixes dropdown menu only
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
RTC
I have tested this item
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-06 20:06:37 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Thanks!
I must be missing something here because I dont understand what you mean about changing IDs and there is no change in the behaviour of the featured/unfeatured button.
Before this PR without workflow you can click on the icon to toggle the featured status
Before this PR with workflow you can not click on the icon to toggle the featured status
Before this PR with workflow you can use the actions dropdown to toggle the featured status
Nothing has changed with this PR