NEW massaction Clone eventattendees to event#38042
Open
JonBendtsen wants to merge 14 commits intoDolibarr:developfrom
Open
NEW massaction Clone eventattendees to event#38042JonBendtsen wants to merge 14 commits intoDolibarr:developfrom
JonBendtsen wants to merge 14 commits intoDolibarr:developfrom
Conversation
added 9 commits
April 29, 2026 06:56
5 tasks
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.










NEW #37954 massaction Clone eventattendees to event
This PR adds a new massaction to clone eventattendees from one event to 1 or more other event(s). During cloning you can independently change status of both new attendee object and old attendee object - though only to the same for all event attendees and the same in all the receiving events. The default value is to keep the old status when creating the new event attendee, and not change the old event attendee status.
This even works if you select a list of event attendees with mixed status, the new event attendee objects by default get the same as the old, even if other event attendees in the selection has a different status.
This PR be default has selected a checkbox that adds an object link between the source and the clone, and when looking at the card of these event attendees, it even shows the translated text for either source or clone, even depending on which direction you look at the links.
Triggers can be disabled, and that is the default value since this is a massaction.
This massaction cloning could be used for registrations on a waiting lists that you transfer to next event.
This PR would almost close #37954, as it does not handle single object cloning.