Document Campaign event ID display in the Campaign Builder#783
Document Campaign event ID display in the Campaign Builder#783promptless-for-oss wants to merge 4 commits into
Conversation
Campaign event IDs are now always shown for saved events (prefixed as '(ID: <number>)') on event cards, the Campaign Preview, the Jump to Event action, and the Redirect Event drop-down. This helps disambiguate events that share the same name, especially when redirecting scheduled contacts on event deletion. Reflects mautic/mautic PR #16103.
| Identifying Campaign events | ||
| --------------------------- | ||
|
|
||
| .. vale on |
There was a problem hiding this comment.
PR #16103 changes the Campaign event templates to always show the event ID for saved events. The (ID: <number>) prefix and the surfaces it appears on come from _generic.html.twig, _preview.html.twig, and jump.html.twig (each gates on event['id'] matches '/^\d+$/', so unsaved temp events show no ID), plus campaign-event-delete-modal.js, which prefixes the ID in the Redirect Event drop-down. The new mautic.campaign.event.id="ID" translation string confirms the displayed label.
Source: mautic/mautic#16103
Address review feedback: 'Redirect Event' is the delete dialog's confirm button, not a labeled drop-down. Describe the ID's location as the drop-down used to redirect scheduled Contacts when deleting an event.
|
Good catch, thanks @adiati98 — you're right that there's no drop-down labeled "Redirect Event". I checked the source change in mautic/mautic#16103: that string ( I've updated the docs to describe that drop-down by function rather than referencing a non-existent "Redirect Event" drop-down. The sentence now reads: "…and in the drop-down you use to redirect scheduled Contacts when you delete an event." Vale passes with no new warnings, and the change is pushed to this PR. |
|
Thanks @adiati98 — removed the colon. The sentence now reads:
Vale ran clean on the file. The branch has been updated. |
|
Hi @rohitpavaskar, Can you please review the content in this PR and see if they're align with your changes in mautic/mautic#16103? TIA! ✨ |
Hi @adiati98, |
Open this suggestion in Promptless to view citations and reasoning process
Adds an "Identifying Campaign events" section to the Campaign Builder docs explaining that saved Campaign events now always display their numeric ID (prefixed as "(ID: )") on event cards, the Campaign Preview, the Jump to Event action, and the Redirect Event drop-down. Documents that the ID disambiguates same-named events, which is especially useful when redirecting scheduled Contacts on event deletion. Reflects mautic/mautic PR #16103.
Trigger Events
Tip: Tell your friends working on non-commercial open-source projects to apply for free Promptless access at promptless.ai/oss ❤️