-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Automation
-
Tags:
-
Backlog priority:700
-
Upgrade notes:
-
Sprint:nxfit 9.1.3
-
Story Points:5
Calls to operations like UserWorkspace.Get, Document.Fetch, Collection.GetCollections, Document.Query will fail because they are aliases of existing operations.
Code snippet which fails:
Document doc = (Document) getNuxeoSession().newRequest("UserWorkspace.Get")
.setHeader(Constants.HEADER_NX_SCHEMAS)
}