stable
Clone or download
Read-only
Merge commit 'refs/changes/31/6431/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #9437 Fatal error when updating manual value of of a computed field in AD card Change-Id: Ie974d40f76d60050803d438e48034f7af24ff2a5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/site-content/en_US/script_locale.js | +2 | −1 | Go to diff View file |
M | plugins/cardwall/site-content/fr_FR/script_locale.js | +2 | −1 | Go to diff View file |
M | plugins/cardwall/www/js/cardwall.js | +82 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +17 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/ChangesetValueComputed.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +85 | −11 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +1 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/ChangesetValueComputedTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php | +67 | −10 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php | +73 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +18 | −0 | Go to diff View file |