Commit 4e317f99 authored by Jérome Perrin's avatar Jérome Perrin

missing method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3054 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d46ef338
......@@ -318,6 +318,11 @@ class Selection(Acquisition.Implicit, Traversable, Persistent):
def isInvertMode(self):
return self.invert_mode
security.declarePublic('getInvertModeUidList')
def getInvertModeUidList(self):
return self.uids
InitializeClass(Selection)
allow_class(Selection)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment