stable

Clone or download

Read-only

Merge commit 'refs/changes/50/7050/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #9626 Fatal error when deleting a field used in a trigger Change-Id: Ib49136700962fe3863500977abab50af5f1c49e7

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +14 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +10 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +2 −1 Go to diff View file
M plugins/tracker/include/workflow/Trigger/RuleDao.class.php +18 −0 Go to diff View file
M plugins/tracker/include/workflow/Trigger/RulesManager.class.php +30 −1 Go to diff View file
M plugins/tracker/include/workflow/WorkflowFactory.class.php +2 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +2 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +2 −0 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php +12 −3 Go to diff View file