-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
As seen here (implementation still has the same behavior in the current version of Vigilance), the value of the field is set after the listener is called:
This means you cannot directly set any given value in the listener, because it will be overwritten right after the action has been completed
Because of this, to set the same field as the one called in the listener to a different value, you must wait until after the setValue function is completed before calling your own code
Example:
BlackBeltPanda
Metadata
Metadata
Assignees
Labels
No labels