Actions
Bug #17601
closedBug #17596: User with some to access technique editor api
parent ticket breaks build
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
[ERROR] <https://ci.normation.com/jenkins/job/mvn-rudder-6.1/ws/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/RoleApiMapping.scala>:105: error: type mismatch; [ERROR] <https://ci.normation.com/jenkins/job/mvn-rudder-6.1/ws/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/RoleApiMapping.scala>:105: error: type mismatch;List[Product with java.io.Serializable] <: List[com.normation.rudder.api.ApiAclElement]? [ERROR] false [ERROR] found : List[Product with java.io.Serializable] [ERROR] required: List[com.normation.rudder.api.ApiAclElement] [ERROR] case Administration.Read => SettingsApi.GetAllSettings.x :: SettingsApi.GetSetting.x :: SystemApi.ArchivesDirectivesList.x :: [ERROR] ^ [ERROR] <https://ci.normation.com/jenkins/job/mvn-rudder-6.1/ws/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/RoleApiMapping.scala>:140: error: type mismatch; [ERROR] found : List[Product with java.io.Serializable] [ERROR] required: List[com.normation.rudder.api.ApiAclElement] [ERROR] case Group.Read => GroupApi.ListGroups.x :: GroupApi.GroupDetails.x :: GroupApi.GetGroupTree.x :: [ERROR] ^ [ERROR] <https://ci.normation.com/jenkins/job/mvn-rudder-6.1/ws/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/RoleApiMapping.scala>:140: error: type mismatch;List[Product with java.io.Serializable] <: List[com.normation.rudder.api.ApiAclElement]? [INFO] false [ERROR] <https://ci.normation.com/jenkins/job/mvn-rudder-6.1/ws/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/RoleApiMapping.scala>:146: error: type mismatch; [ERROR] found : List[Product with java.io.Serializable] [ERROR] required: List[com.normation.rudder.api.ApiAclElement] [ERROR] case Node.Read => NodeApi.ListAcceptedNodes.x :: NodeApi.ListPendingNodes.x :: NodeApi.NodeDetails.x :: [ERROR] ^ [ERROR] <https://ci.normation.com/jenkins/job/mvn-rudder-6.1/ws/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/RoleApiMapping.scala>:146: error: type mismatch;List[Product with java.io.Serializable] <: List[com.normation.rudder.api.ApiAclElement]? [INFO] false [ERROR] 3 errors
Actions