Skip to content

Commit

Permalink
NAC-296: folder should accept both id and path optimized & commented
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Oct 15, 2024
1 parent e68c4e4 commit a06346f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const PICTURE_RENDITIONS_LABELS = {
FOLDER_RENDITIONS_TITLE: "Generate the picture renditions of a document and all of its children",
DOCUMENT_RENDITIONS_TITLE: "Generate the renditions of a single picture",
NXQL_QUERY_RENDITIONS_TITLE: "Generate the renditions of the pictures returned by a NXQL query",
RENDITIONS_BUTTON_LABEL: "GENERATE",
RENDITIONS_BUTTON_LABEL: "Generate",
DOCUMENT_QUERY:
"ecm:path='{query}' AND ecm:mixinType = 'Picture' AND ecm:isProxy = 0 AND ecm:mixinType != 'HiddenInNavigation' AND ecm:isVersion = 0 AND ecm:isTrashed = 0",
FOLDER_QUERY:
Expand Down

0 comments on commit a06346f

Please sign in to comment.