stable

Clone or download

Read-only

Take account field dependencies and transition rules for cardwall

Part of request #25353 Field dependencies and transitions rules are not check when the value is automatically selected Change-Id: I6f56a6c33e5da2aa7c279f409f322c0c37f7bf9e

Modified Files

Name
M plugins/cardwall/scripts/script.js +13 −2 Go to diff View file
M plugins/cardwall/templates/board.mustache +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +27 −11 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php +11 −27 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Renderer/FieldsDataFromRequestRetriever.php +74 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Artifact/Renderer/FieldsDataFromRequestRetrieverTest.php +116 −0 Go to diff View file