-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily hidden tiles reappear and the “Temporarily hidden” badge is still visible after deselecting an active tile #9472
Comments
Thank you for drafting the IB, @ankitrox . However, I don't think the approach you've outlined matches the expectations in the ACs. Reading the ACs, it sounds like a temporarily hidden audience tile re-appearing when there are no other audience tiles to display is an expected behaviour, and we should clear its temporarily hidden state in this case. @techanvil please let me know if my statement is not correct. @ankitrox Could you re-consider the ACs and update the IB accordingly? Let's wait for a confirmation from @techanvil if required so that we're all on the same page. Thank you! |
Thanks @nfmohit, your read of the ACs is correct and it is indeed expected that a hidden audience will reappear when there are no other tiles to display. The IB should take the approach whereby, while saving the selection, we check to see if there are only hidden audiences remaining in the selection. If so, we should clear the hidden state for one of them. |
@ivonac4 @techanvil Unassigning myself as I am not resourced for SK this and next week. |
IB ✅ |
QA Update ✅
Latest environment Recording.1566.mp4Dev environment Recording.1567.mp4 |
Bug Description
Reported during the Bug bash. Asana ticket here
This issue occurs when three audience tiles are visible on the dashboard. After hiding audience tiles in the dashboard, unselecting a tile that displays data causes one of the previously hidden tiles to reappear. The Audience selection panel also continues to display the “Temporarily hidden” badge for the tile, even though it is now visible.
Screenshots
temporarily-hidden-tile.mov
Steps to reproduce
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
saveSettings()
callback in theAudienceSelectionPanel/Footer
component.saveAudienceSettings()
has run without error:hiddenTileDismissedItems
).configuredAudiences
.removeDismissedItems()
.Test Coverage
AudienceSelectionPanel
.QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: