stable
Clone or download
Read-only
request #14916 References by git commit are not well created
On new project creation, reference_group for Git is not created. References to go on a commit is broken. This patch fix it. Change-Id: I41e7eaf081262302f77688b85918af63b0821793
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/gitPlugin.php | +14 | −0 | Go to diff View file |
M | src/common/Project/Admin/Service/ProjectServiceActivator.php | +4 | −0 | Go to diff View file |
A | src/common/Project/Event/ReferencesGroupCreatorPostProjectCreation.php | +56 | −0 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +14 | −0 | Go to diff View file |
M | tests/unit/common/Project/Admin/Service/ProjectServiceActivatorTest.php | +63 | −9 | Go to diff View file |