You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a custom validation that does not allow you to change a certain dropdown, except when you have the correct role. But the TUI grid editor allows me to change this certain value, while I shouldn't be allowed to (as you can see, the regular detailview does not allow me to)
The text was updated successfully, but these errors were encountered:
Works now! The only problem I see is that the warning text does not run through the translation. Not a big problem: but the original validation does try to translate first. Or is the problem that the module context is gone?
One more thing I see: the message part allows you to call a user defined function. That shows up as a 'message' here. Could we execute the custom function here? That function should then test in which context it is, but that is up to the programmer.
I created a custom validation that does not allow you to change a certain dropdown, except when you have the correct role. But the TUI grid editor allows me to change this certain value, while I shouldn't be allowed to (as you can see, the regular detailview does not allow me to)
The text was updated successfully, but these errors were encountered: