Uh oh!
There was an error while loading. Please reload this page.
FOUR-32981: Show job title validation errors - #9023
Open
eiresendez wants to merge 2 commits into
Open
Conversation
|
eiresendez
commented
Sep 2, 2026
ContributorAuthor
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. |
nolanpro
commented
Sep 2, 2026
Contributor
QA server K8S was successfully deployed https://ci-118bf1e2fe.engk8s.processmaker.net |
nolanpro
commented
Sep 2, 2026
Contributor
Should be working now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





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