Cannot override rules with dependsOn field in action #4717
Replies: 4 comments
-
Sorry, I can't follow the description. Can you show a video or create a full reproducing repository to demonstrate the issue? |
Beta Was this translation helpful? Give feedback.
-
With above code, action should throw validation exception for |
Beta Was this translation helpful? Give feedback.
-
There still missing information here. Does This is why it always good to add reproducing repository when reporting a bug. |
Beta Was this translation helpful? Give feedback.
-
Yes, it does. Actually, initially I wanted to test with the
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I have an action, and this is my list fields definition:
When I input value
1
intoTimeout
field then execute action, action still execute successfully.This doesn't work
required
rule too, I have to userequired()
method instead. I think this should have been fixed in issue 4170Beta Was this translation helpful? Give feedback.
All reactions