-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty value1,2 and 3 at action/control/condition levels if not needed (to avoid failing decode) #2038
Comments
Cerberus will not use your old values, |
Hi @cDelage , as you can see in my image it fails when I leave the old values in "always" condition. Thanks |
@RobertoAbraul , what happen here is that even if 'always' condition does not require any parameter, parameters are still defined in the database and Cerberus tries to decode them. Decode error consequently still raise. |
As a workaround you can of course empty them by temporary changing the operator. |
Hi @vertigo17 any news on that ? |
Hi,
we found a strange situation.
We had a condition on an action that we don't wanna use it anymore.
Before:
So we ignore the conditions to compare and set the condition to be exectuted always.
Now:
Besides condition is set to "always" cerberus is trying to compare "Condition Value1" and "Condition Value2".
Is this expected?
It is a strange situation because on "always" condition we cannot set value1 or value2 but Cerberus seems to be trying to use the old values.
Can you please take a look and clarify?
Cerberus4.4-SNAPSHOT-1440 in prd
Thanks!
The text was updated successfully, but these errors were encountered: