From d513cc50474bb41a7c4ab165f041d71d98cd77ff Mon Sep 17 00:00:00 2001
From: Yusei Tahara <yusei@nexedi.com>
Date: Thu, 7 Aug 2008 14:36:30 +0000
Subject: [PATCH] 2008-08-07 yusei * Updated notification_message_workflow and
 allow modification even if state is submitted or validated.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22931 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../notification_message_workflow/states/submitted.xml          | 1 +
 .../notification_message_workflow/states/validated.xml          | 2 ++
 bt5/erp5_base/bt/change_log                                     | 1 +
 bt5/erp5_base/bt/revision                                       | 2 +-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/submitted.xml b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/submitted.xml
index 5b361e4683..170bf88612 100644
--- a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/submitted.xml
+++ b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/submitted.xml
@@ -98,6 +98,7 @@
                     <key> <string>Modify portal content</string> </key>
                     <value>
                       <tuple>
+                        <string>Assignee</string>
                         <string>Assignor</string>
                         <string>Manager</string>
                       </tuple>
diff --git a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/validated.xml b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/validated.xml
index 5b070bcd0a..19b311a533 100644
--- a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/validated.xml
+++ b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/notification_message_workflow/states/validated.xml
@@ -96,6 +96,8 @@
                     <key> <string>Modify portal content</string> </key>
                     <value>
                       <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
                         <string>Manager</string>
                       </tuple>
                     </value>
diff --git a/bt5/erp5_base/bt/change_log b/bt5/erp5_base/bt/change_log
index 3d536490af..349d891c5c 100644
--- a/bt5/erp5_base/bt/change_log
+++ b/bt5/erp5_base/bt/change_log
@@ -1,5 +1,6 @@
 2008-08-07 yusei
 * Added proxy role to NotificationTool_getDocumentValue, otherwise Anonymous use can't use notification message.
+* Updated notification_message_workflow and allow modification even if state is submitted or validated.
 
 2008-08-05 yusei
 * Remove subject field from NotificationMessage_view. It was useless.
diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision
index 5587802b4e..7b89b2202c 100644
--- a/bt5/erp5_base/bt/revision
+++ b/bt5/erp5_base/bt/revision
@@ -1 +1 @@
-405
\ No newline at end of file
+406
\ No newline at end of file
-- 
2.30.9