Bulk actions fail to update selected photos #9

Closed
opened 2018-07-27 13:56:49 +01:00 by aheathershaw · 3 comments
Owner

Bulk actions fail with the messages:

  • Please select at least one photo.
  • 0 photos were updated successfully.
Bulk actions fail with the messages: - Please select at least one photo. - 0 photos were updated successfully.
aheathershaw added this to the Version 2.0.0 milestone 2018-07-27 13:56:49 +01:00
aheathershaw self-assigned this 2018-07-27 13:56:49 +01:00
aheathershaw added the
bug
label 2018-07-27 13:56:49 +01:00
Author
Owner

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.

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.
Author
Owner

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.

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.
Author
Owner
Migrated from https://github.com/andysh-uk/blue-twilight/issues/9
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aheathershaw/blue-twilight#9
No description provided.