stable

Clone or download

Read-only

fix: default email to null instead of false

part of request #25731 Showing diff of a field of a changeset in the followups lead to 500 when not logged in As anonymous user, you normally can't create changesets but if you do, the email will be null, and PHP will be happy with its type. Also, clicking on the "show diff" button for a text field changeset will no longer submit the form (and try to create a new changeset) Change-Id: Ia16f7d4bb7ab75b6c4540e35815a769f581c4c3b

Modified Files

Name
M plugins/tracker/include/Tracker/Action/CreateArtifact.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +3 −1 Go to diff View file
M plugins/tracker/templates/form-element/text/follow-up-content.mustache +2 −0 Go to diff View file