Bug - [Problem handling errors in the owner field in the activity dialog] #627
Labels
1 - 🐞 bug 🐞
An issue with the system.
4 - internal Issue/MR
4 - verified
This issue or pull request was verified.
Environment
Expected behavior
When creating a ticket via process, if there is a mandatory Owner field, it is expected that validation will be performed to determine whether the field is empty or not.
Actual behavior
In this version, when sending to create the ticket without filling in the owner, it submits but returns to the activation screen without displaying the error that the owner field was not filled in.
How to reproduce
Steps to reproduce the behavior:
Additional information
This commit added what is causing the error.
The correction made is changing the ServerError validation key.
The correct thing would be to change only the UserLookup key.
Suggested solution:
Screenshots
Form does not validate the field and does not signal an error.
The text was updated successfully, but these errors were encountered: