linkding
linkding copied to clipboard
Checking all in bulk edit only selects first page
I expected checking the top box, selecting all items, to operate on all pages of links.
However, it only operates on the first page.
I have 24 pages of links matching this search.
I ended up doing this (removing a tag) through the admin interface
I think this could be very surprising for users if bookmarks that are currently not visible are modified as well. And it would not be possible anymore to just select a single page, which can be useful to iteratively do something.
Django Admin actually uses a separate action for this, which seems like the right way to go about this.

That would work OK for me.