stable

Clone or download

Read-only

Display only one feedback on field validation error

This is part of story #10736 administrate artifact links type at project level This behaviour has been introduced by a6fceea74d7f1c1ab94e7ca1088bf89d78627fba On field validation, errors are printed twice in the error box. To fix this, we let the exception print all the messages in the Web UI and we clear them from the global feedback. Change-Id: Ife6d6167d41055954efada8f1575116cd868cb61

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +4 −1 Go to diff View file
M src/common/include/Feedback.class.php +14 −8 Go to diff View file
M src/common/include/Response.class.php +6 −5 Go to diff View file