Skip to content

Commit

Permalink
Manually do the 'selection.is/any' change in the js.
Browse files Browse the repository at this point in the history
Just search and replace.
  • Loading branch information
mauritsvanrees authored and gforcada committed Nov 25, 2015
1 parent 68329e3 commit c9842ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Products/CMFPlone/static/plone-logged-in-compiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3558,7 +3558,7 @@ define('mockup-patterns-relateditems',[
pattern: self,
baseCriteria: [{
i: 'is_folderish',
o: 'plone.app.querystring.operation.selection.is',
o: 'plone.app.querystring.operation.selection.any',
v: 'True'
}]
})
Expand Down
Loading

0 comments on commit c9842ee

Please sign in to comment.