-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 69.1
-
Fix Version/s: 72
-
Component/s: Page Providers
-
Sprint:nxNest Sprint 9.3.8
-
Story Points:2
- Create PageProvder
- Add predicate for ecm:uuid
- Set the operator to IN
The generated XSD contains:
<xs:element name="system_uuid" type="xs:string"/>
Instead of:
<xs:element name="system_uuid" type="nxs:stringList"/>
So you cannot pass parameters to the Page Provider via the REST API (unless they are strings I guess...)