stable
Clone or download
Read-only
part of story #13566 associate a custom icon to external services part of story #13567 decide that custom services opens in a new tab/window by default How to test: - Create a custom service in a "source" project with an icon and that opens in a new tab. - Create a new "destination" project from the "source" project. - "destination" should have the same custom service with the same icon and it should open in a new tab. Note: Given that 'server_id' and 'location' are marked as "To be deleted", they are no longer copied when inheriting a project. Change-Id: Ic7ad4c70295e3e2ea16db4948842c92871a8172d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AdminController.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +1 | −1 | Go to diff View file |
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +1 | −1 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationController.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +0 | −2 | Go to diff View file |
M | src/common/Project/ProjectCreator.class.php | +0 | −7 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectResource.class.php | +1 | −1 | Go to diff View file |
M | src/common/Service/ServiceCreator.php | +24 | −4 | Go to diff View file |
M | src/www/soap/project/index.php | +1 | −1 | Go to diff View file |
M | tests/integration/ProjectCreationTest.php | +1 | −1 | Go to diff View file |
M | tests/integration/ProjectImportTest.php | +1 | −1 | Go to diff View file |