Active
Project:
Views Bulk Operations (VBO)
Version:
4.1.x-dev
Component:
Core
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2020 at 15:36 UTC
Updated:
24 Jul 2023 at 19:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rhiss commentedComment #3
ey commentedComment #4
graber commentedYou have a view that displays same entities multiple times, just with different field values?
Comment #5
rhiss commentedUsecase was for Recurring dates using "RRULE" for repeating occurrences. One event node where the content ist stored.
Comment #6
graber commentedReview: uniqid doesn't guarantee uniqueness of return value, it'd be better to pass the view result index to the generating method.
Comment #7
styrbaekI have the same issue.
One View with the same entity-a multiple times grouped by entity-b that reference them.
When I select a entity for VBO it process the wrong entity-b.
I need to pass both the entity-a and entity-b on the same row.
Is that possible without hacking the VBO module?
Comment #8
rahulkhandelwal1990 commentedComment #9
graber commentedComment #11
graber commentedPushed to latest dev. Thanks!
Comment #13
graber commentedWe have a regression: persistent selection breaks when we change sorting options.
When a user selects some view results and changes sorting of the view, row indexes change and the selection info no longer applies to the current results. We have to find a different solution unfortunately. Will revert this.
Comment #15
graber commentedThe only thing that currently comes to my mind is to dispatch an event where those bulk key parts could be altered..