stable

Clone or download

Read-only

request #9626 Fatal error when deleting a field used in a trigger

Change-Id: I945a47a66fafc14cd0142513741fd177f87d2202

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