Steps to reproduce:
- change default document_content content view to use a the following fixed part and parameters:
... <fixedPart> ecm:path STARTSWITH ? AND ecm:isCheckedInVersion = 0 AND ecm:mixinType != 'HiddenInNavigation' AND ecm:currentLifeCycleState != 'deleted' </fixedPart> </whereClause> <parameter>#{currentDocument.pathAsString}</parameter>
=> listing of docs goes well, but CSV export produces a blank page only showing column titles.
- is required by
-
NXP-17544 Fix content view state serialization / deserialization when using non-string parameters
- Resolved