stable
Clone or download
Read-only
request #9437 Fatal error when updating manual value of of a computed field in AD card
Given a semantic defined on a computed field, When you try to update the computed value directly on the card (no modal access) the value must be stored and no error should be raised. Change-Id: I7b56274c0c31c05fbb664aff16d767e56a055526
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 |