Wednesday, September 11, 2024
1 change · 17.0
Enhancements to existing features
Automation rules can no longer be created for models that have no fields. This prevents users from selecting unusable models and avoids confusing warnings or errors during rule setup.
Original PR description
Before this commit: Previously, when creating automation rules, users could select models that did not have any fields. This would result in either an invalid domain warning or an error. Steps to reproduce: - Install base_automation. - Navigate to Settings > Technical > Automation > Automation Rules. - Give an appropriate name to the rule and select base as the model. After this commit: Users will no longer be able to create automation rules for models without fields. Task-3874560 ---