stable

Clone or download

Read-only

request #10965 Artifact form must not encapsulate the whole page

The aim is to be able to define multiple forms in the artifact page without using jquery to validate some stuff (i.e disable notification) Change-Id: I29ba342f9b5b9d5f8e9c1f7affa8e47da5cdd0b9

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php +7 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditOverlayRenderer.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +14 −4 Go to diff View file