Closed (fixed)
Project:
ECA: Event - Condition - Action
Version:
1.1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2022 at 07:34 UTC
Updated:
28 Sep 2022 at 02:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jaykumar95Comment #3
jaykumar95Drupal: 9.4.5
PHP: 8.1.0
I can confirm that after apply patch from comment-54 message type option added. see in attached image.
NOTE: I have used BPMN modeller for ECA and if there is message action already there then it's not updating the value in select list hence need to create new action.
Comment #4
jurgenhaasThanks, so this is not an issue with ECA but with the message plugin from Drupal core. So as soon as core implements that feature, it will automatically be available for ECA as well.
Yes, if the config footprint of a plugin changes, then the modeller doesn't get that. You can either delete outdated versions of the elements or you could run a drush command which updates all existing models, if any plugins got updated:
drush eca:update@muaz91 thanks for reporting this and thanks @Jaykumar95 for pointing us to the solution.
Comment #5
mxh commentedThe linked issue contains a newer patch, any reason why you applied an older one? Your feedback may be very valuable to be posted in that linked issue, to help moving it forward.
Comment #6
jaykumar95@mxh I am using Drupal 9.4.5 and that patch #54 passed the test in version 9.4.x , other new patches are for 9.5.x & 10.0.x so I didn't test it on ^9.5 version with new patches.
Comment #7
mxh commentedAh I see now, thanks for clarifying @Jaykumar95
Comment #8
muaz7731Thank you all