systopia / de.systopia.eventmessages

CiviCRM Custom Event Communication Extension
Other
4 stars 6 forks source link

Some configuration options (e.g. sender) broken since 1.1-beta4 #37

Closed bjendres closed 1 year ago

bjendres commented 1 year ago

Some EM features are broken since 628c54f096, which was released with version 1.1-beta4.

Those features are:

The reason is that in that context, the "Custom-Data-Helper" plugin accidentally(?) dropped the $separator parameter in the labelCustomFields and the getFieldIdentifier helper functions.

We should re-instate this and release a fix for the 1.1 and the 1.2 branch.

bjendres commented 1 year ago

The current default notification is group_name.field_name, but we cannot simply change the default behaviour since it also affects tokens in the outgoing mails

jensschuppe commented 1 year ago

The $separator parameter apparently never made it into CustomDataHelper; it was introduced here with 0409d12b2bac7bad6494f9ef514acecc29f84f89.