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
Updated by François ARMAND over 4 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3039
Updated by François ARMAND over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|bf35de49d9a377f4432abcfa0a2b9556c454ac1e.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~rc3 which was released today.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Actions