-
- Downloads
Add the :archived status of card/dashboard/collection for filtering (#20921)
* Add the :archived status of card/dashboard/collection for filtering If an item is bookmarked, we can follow the link to that item without issue. But, if we bookmark an item and then archive that item, the bookmark shouldn't show up, as we don't want to link to an archived item. The bookmark itself is not removed, it's just filtered away when :archived is true. * Added test for bookmarked and archived items The archived items that are still bookmarked should not be sent to the Frontend.
Please register or sign in to comment