stable

Clone or download

Read-only

Revert "Clean-up of PossibleParentSelector event handling"

This reverts commit 21d5c09330b0df711813d646ba3b4bbe6b2af831. Wrong patchset has been merged. Part of story #22681 select a parent from Program for my features/enablers Change-Id: I30badc52ff67eaba831c7dc5561dd7d2776cfc2c

Modified Files

Name
A plugins/agiledashboard/include/Planning/ArtifactParentsSelector.class.php +64 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/ArtifactParentsSelector/Command.class.php +65 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/ArtifactParentsSelector/NearestMilestoneWithBacklogTrackerCommand.class.php +63 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/ArtifactParentsSelector/ParentInSameHierarchyCommand.class.php +50 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SameTrackerCommand.class.php +37 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php +88 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/ArtifactParentsSelectorEventListener.class.php +96 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +14 −1 Go to diff View file
A plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactParentsSelectorTest.php +401 −0 Go to diff View file
A plugins/agiledashboard/tests/unit/Planning/Planning_ArtifactParentsSelectorEventListenerTest.php +191 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRenderer.php +9 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +2 −2 Go to diff View file
D plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRendererTest.php +0 −103 Go to diff View file
M src/common/Config/ForgeConfig.php +0 −5 Go to diff View file