Closed (fixed)
Project:
Recurring Events
Version:
2.0.x-dev
Component:
Recurring Events (Main module)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2026 at 23:43 UTC
Updated:
17 Mar 2026 at 07:50 UTC
Jump to comment: Most recent
Comments
Comment #3
chrisla commentedI would appreciate if this contextual link was optional, as I do not want to encourage users to edit the event series nor accidentally edit the series instead of the instance. Perhaps there could be a toggle on Event Series Settings (/admin/structure/events/series/settings) that enables or disables this contextual link.
Comment #4
megakeegman commentedThis MR adds edit and delete to both event series and event instance. While the other issue would address a custom contextual link to edit the event series from the event instance.
Should there be a setting for each contextual link?
FWIW, the contextual links only show up for people that have the relevant permissions. So if someone does not have the permission to edit an individual event instance (either via edit own or edit any perms), then those contextual links will not appear for them. Thought it was worth mentioning that some safeguard is already built into contextual links by default through permissions.
Comment #5
chrisla commentedSorry, I wasn't clear. My preference would be there is a setting just for allowing contextual link to editing the EventSeries from event instances. My users have permission to edit Event Series when absolutely necessary, but they are encouraged not to. I would prefer not to confuse them by giving them an extra link they may accidentally use.
Comment #6
megakeegman commentedI will leave a note about your preference in the related issue: https://www.drupal.org/project/recurring_events/issues/3575567
Comment #7
chrisla commentedMy bad. Thanks for moving it there.
Comment #11
plopescContextual links added to both 2.0.x and 3.0.x branches. Thank you!