From dea5d21606f9b59a94b91d52fca592c72d93cce4 Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Mon, 12 Oct 2009 09:02:38 +0000
Subject: [PATCH] Add note about some getters in ActionInformation

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29554 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Core/ActionInformation.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/product/ERP5Type/Core/ActionInformation.py b/product/ERP5Type/Core/ActionInformation.py
index e0bfcdada1..2e4b11787a 100644
--- a/product/ERP5Type/Core/ActionInformation.py
+++ b/product/ERP5Type/Core/ActionInformation.py
@@ -120,6 +120,9 @@ class ActionInformation(XMLObject):
       value = value and Expression(value) or None
     self._baseSetIcon(value)
 
+  # XXX Following getAction/getCondition/getIcon are problably not useful
+  #     because properties should already be cleaned up during migration
+  #     or installation from BT.
   def getAction(self):
     """Overridden getter for 'action' to clean null values"""
     if getattr(aq_base(self), 'action', None) == '':
-- 
2.30.9