From 4e317f997c491265e187dd434a8302253ea71315 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 20 May 2005 12:12:57 +0000
Subject: [PATCH] missing method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3054 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/Selection.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/product/ERP5Form/Selection.py b/product/ERP5Form/Selection.py
index 2a1e36328e..7572dea682 100755
--- a/product/ERP5Form/Selection.py
+++ b/product/ERP5Form/Selection.py
@@ -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)
 
-- 
2.30.9