From 604c544c356f77d833e01d3a43232dd0ad62157a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 3 Jul 2009 08:46:44 +0000
Subject: [PATCH]  - add property for frozen states  - update description

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27893 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/BusinessPath.py | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/PropertySheet/BusinessPath.py b/product/ERP5/PropertySheet/BusinessPath.py
index c3efb4a982..d1c32f787f 100644
--- a/product/ERP5/PropertySheet/BusinessPath.py
+++ b/product/ERP5/PropertySheet/BusinessPath.py
@@ -56,7 +56,15 @@ class BusinessPath:
             'type'        : 'float',
             'mode'        : 'w' },
         {   'id'          : 'completed_state',
-            'description' : 'Which movement of simulation state can be passed on this path',
+            'description' : 'List of states for which related Simulation '
+                            'Movement is considered as completed',
+            'type'        : 'lines',
+            'default'     : [],
+            'multivalued' : 1,
+            'mode'        : 'w' },
+        {   'id'          : 'frozen_state',
+            'description' : 'List of states for which related Simulation '
+                            'Movement is considered as frozen',
             'type'        : 'lines',
             'default'     : [],
             'multivalued' : 1,
-- 
2.30.9