stable

Clone or download

Read-only

Move the declaration of the REST endpoint GET /projects/:id/trackers in the tracker plugin

The declaration in the core part of the plugin prevent us to use an OAuth2 scope declared in the tracker plugin for this route. In any cases, the declaration in the core is not needed has the plugin can handle the declaration itself. No functional change. Part of story #14542: have OAuth2 flow Change-Id: Icfd28cb12a58a6029236c96da63f49c416bca65f

Modified Files

Name
M plugins/tracker/include/REST/ResourcesInjector.class.php +3 −0 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +55 −12 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −54 Go to diff View file
M src/common/Event/Event.class.php +0 −25 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +0 −102 Go to diff View file