diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/distributed_ram_cache_interaction_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/distributed_ram_cache_interaction_workflow.xml index a92239e7620ca1e30fc18267b1c5682d52096a22..deb52ae286d3c0461f1b42c5417e31b26f9993a9 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/distributed_ram_cache_interaction_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/distributed_ram_cache_interaction_workflow.xml @@ -12,6 +12,16 @@ <tuple/> </value> </item> + <item> + <key> <string>creation_guard</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>groups</string> </key> <value> @@ -22,6 +32,14 @@ <key> <string>id</string> </key> <value> <string>distributed_ram_cache_interaction_workflow</string> </value> </item> + <item> + <key> <string>manager_bypass</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Distributed Ram Cache Interaction Workflow</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/memcached_plugin_interaction_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/memcached_plugin_interaction_workflow.xml index d3eb15edb2dd0dbf9a280676a8f2545ce3f50345..62cf4384cfde3ad8c8aefbddc7370723289e0ea1 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/memcached_plugin_interaction_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/memcached_plugin_interaction_workflow.xml @@ -12,6 +12,16 @@ <tuple/> </value> </item> + <item> + <key> <string>creation_guard</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>groups</string> </key> <value> @@ -22,6 +32,14 @@ <key> <string>id</string> </key> <value> <string>memcached_plugin_interaction_workflow</string> </value> </item> + <item> + <key> <string>manager_bypass</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Memcached Plugin Interaction Workflow</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_interaction_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_interaction_workflow.xml index 99c4b176bebaf9b73a56f38d30693586fdbeb03d..35ae6140bdd56901f0994f29da07b8028a25a228 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_interaction_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_interaction_workflow.xml @@ -12,6 +12,16 @@ <tuple/> </value> </item> + <item> + <key> <string>creation_guard</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>groups</string> </key> <value> @@ -22,10 +32,18 @@ <key> <string>id</string> </key> <value> <string>rule_interaction_workflow</string> </value> </item> + <item> + <key> <string>manager_bypass</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>state_var</string> </key> <value> <string>amortisation_transaction_edit_workflow_state</string> </value> </item> + <item> + <key> <string>title</string> </key> + <value> <string>Rule Interaction Workflow</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 2019bda50b4185135ef5d2c14c5690b38e7ae61e..cea6792f0047608c02f36e9891dbf4ca0bdbeb77 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2011-07-01 yusei +* Set proper title to interaction workflows. + 2011-06-23 yusei * Add an action to call alarm.activeSense() for developer. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index aa248de3d6d428d1ea01fc2f4c6c01ef05ca28ca..fa5d825dcc737ecee541c5c903a41237e85cf93c 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -40963 \ No newline at end of file +40964 \ No newline at end of file