dev

Forked from tuleap/dev

Clone or download

Read-only

Fix bugs #3582 - getTrackerStructure permissions

SOAP method getTrackerStructure returns fields visible by user instead of requiring admin permission. Change-Id: Iafdb79916d4c4076146a33392d1a169e25081b7c

Modified Files

Name
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +14 −8 Go to diff View file
M plugins/tracker/include/Tracker/SOAPServer.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +7 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +1 −1 Go to diff View file
M plugins/tracker/include/workflow/Workflow.class.php +14 −9 Go to diff View file
M plugins/tracker/include/wsdl.php +3 −3 Go to diff View file
M plugins/tracker/tests/Tracker_RulesManagerTest.php +12 −4 Go to diff View file
M plugins/tracker/tests/Tracker_SemanticManagerTest.php +58 −12 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowTest.php +36 −6 Go to diff View file
M plugins/tracker/www/soap/ChangeLog +5 −1 Go to diff View file
M plugins/tracker/www/soap/VERSION +1 −1 Go to diff View file