", "htmlContent" : "

I have a in a content which looks like this:

\n

(ecm:mixinType = 'HiddenInNavigation' AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted') AND ecm:parentId=? AND (ecm:primaryType =? OR ecm:currentLifeCycleState ='Pause')

\n

with query parameters:

\n

“#{currentDocument.id}” “#{currentDocument.currentLifeCycleState}”

\n

Which worked fine in v5.5. Yeah I know its 'fragile' to use the currentLifeCycleState of a document as a search parameter of ecm:primaryType and I know the document types need coordinated with the lifecycle state. However this query did work in v5.5 and as the parent document moved through the lifecycle it would show only the document type which had the same name as the lifecycle.

\n

I need to know if this is a bug or a change in the underlying code which will not be change and therefore I need to find a different way to only display a child document based on the parent's lifecycle.

\n

Listed below is the error I get:

\n

" } ] }; Versioning.getActiveVersion = function() { var versions = this.versions; for (var i=0,len=versions.length;i

Select a revision to compare with:
Side by side diff