Bulk actions fail to update selected photos #9
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bulk actions fail with the messages:
Tracked the reason for this down to the v-bind:checked attribute on the "select" checkbox.
Removing this attribute works fine on my install. I suspect this was a way of keeping track of selected photos across multiple pages - but it doesn't work due to the form submission only looking at the current page - and would require serious re-working to implement fully.
This was more evident in Firefox - when you changed the dropdown, it unselected the checkboxes you'd selected (this wasn't obvious on iOS.)
Removed the attribute - maybe in a later release we could look into what this should have been doing from the start.
Migrated from https://github.com/andysh-uk/blue-twilight/issues/9