- Issue created by @jsutta
- πΊπΈUnited States jsutta United States
Attaching the following:
- A patch for the 1.1.x branch (because this is the branch I'm currently using)
- A patch for the 2.1.x branch
- A copy of the model that led to this issue. It listens for updates to user entities and, if a role change is detected, sends an email to the site admins, which it finds via a view with the machine name
userlist
. Not sure if it has dependencies (like our user list view) that would prevent it from being imported... I'm happy to upload a simplified version if anyone's curious.
- π©πͺGermany jurgenhaas Gottmadingen
@jsutta thank you for your input. Contributions to this project are very welcome.
In this particular case, the extra feature is not required, as the functionality is already available: for every condition, not only the arbitrary comparison, there is a flag
Negate condition
. If you set that toYes
, then you already get the "Not equal" condition. That is very flexible because you can use it with all the other comparison types as well, and of course with all other conditions in ECA. - πΊπΈUnited States jsutta United States
Ah very true, I'd forgotten about
Negate condition
. I was able to test and verify that this is what I need. Thank you for your quick response @jurgenhaas, and for your work on this amazing functionality! - Status changed to Fixed
7 months ago 10:09am 10 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.