stable

Clone or download

Read-only

Merge commit 'refs/changes/12/15012/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #13395: Masschange is always in error when tracker have field dependencies on field list Change-Id: Ic99e8cae0b8f34a89611c2dbd7ad4bd0ae2a4e0e

Modified Files

Name
A plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindStaticValueUnchanged.php +45 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/MasschangeDataValueExtractor.class.php +34 −10 Go to diff View file
M plugins/tracker/include/Tracker/MasschangeUpdater.class.php +170 −18 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +10 −1 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +0 −45 Go to diff View file
A plugins/tracker/phpunit/Tracker/MasschangeDataValueExtractorTest.php +79 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/MasschangeUpdaterTest.php +235 −0 Go to diff View file
D plugins/tracker/tests/MasschangeDataValueExtractorTest.php +0 −60 Go to diff View file
D plugins/tracker/tests/MasschangeUpdaterTest.php +0 −72 Go to diff View file
M plugins/tracker/www/scripts/TrackerFieldDependencies.js +11 −1 Go to diff View file