FOUR-32981: Show job title validation errors - #9023
Conversation
|
|
Hi @nolanpro @sanjacornelius, just a heads-up that the deployments are failing in EKS across some PRs. Another recent PR encountered the same Helm and environment-readiness failure with a different CI instance. |
|
QA server K8S was successfully deployed https://ci-118bf1e2fe.engk8s.processmaker.net |
Should be working now |
|
The code looks good. No observations. |
CarliPinell
left a comment
There was a problem hiding this comment.
No observations were found.





Issue & Reproduction Steps
Editing a user with HTML markup in the Job Title field returns a 422 validation response, but the form does not display the
errors.titlemessage. The save appears to fail without identifying the invalid field.Solution
errors.titlestate.How to Test
Manual validation confirmed that an invalid Job Title on the administrator user edit page is highlighted and displays
The title field must contain plain text only./admin/users/{id}/edit, enter HTML markup only in Job Title, and save./profile/edit.The focused automated test was not run because the safe Laravel test wrapper rejected this checkout:
.env.testingis missing. Runtests/Feature/Admin/UserTest.phpthrough the repository's isolated SQLite test environment.Related Tickets & Packages
ci:deploy