Comment 7 for bug 2013167

Revision history for this message
Peter Makowski (petermakowski) wrote :

Fixing this issue will not be straightforward as we might have hoped. The limitation lies in our current Redux store structure, which wasn't originally designed to support selecting an entire group (which can span across multiple pages) and excluding from it specific items.

On a positive note, we can easily express a group selection with some node ids excluded via not_ids, so no backend changes will be required.

The next step will be to update our front-end Redux store. I'm working on outlining a solution for this and will share my proposal soon.