Remove validation message

0
in our application we have a functionality that adds a validation message to a specific object if a user clicks a validation message. Now, when the user corrects the attributes for this particular object, the validation message does not dissapear. My question is, how can make the validaiton box dissapear. So far I've tried to commit, refresh, and change the object, but that did not succeed. Reloading the page is not an option. The object was retrieved over association.
asked
1 answers
0

Have you tried to change the validation in the general tab of the attribute on your page? I know this is present in Mendix modeler 7.13.1 but I don't know if it is in your version

answered