stable

Clone or download

Read-only

request #20955 Text field value should not be escaped if it's not a default value

On artifact creation, if the submit failed, the sent text field content is escaped as it was a default value. It can broke an html formatted text content. To test it : - have an artifact with a text field and a required checkbox - Write an html content into the text field set as html format - Submit without value on checkbox field ---> After the error redirect, the text content is broken Change-Id: Ifbec639e028724da5e8740f4c20f543e32770753

Modified Files

Name
M plugins/tracker/scripts/artifact/create-view.ts +1 −1 Go to diff View file