Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mukul
erp5
Commits
21fe018a
Commit
21fe018a
authored
Mar 12, 2015
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_workflow_test_data: add user_actions in erp5_validation_workflow.
parent
8be5a03a
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
356 additions
and
0 deletions
+356
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/delete.xml
...eItem/workflow_module/erp5_validation_workflow/delete.xml
+28
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/delete_action.xml
...orkflow_module/erp5_validation_workflow/delete_action.xml
+86
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/draft.xml
...teItem/workflow_module/erp5_validation_workflow/draft.xml
+2
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidate.xml
...m/workflow_module/erp5_validation_workflow/invalidate.xml
+28
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidate_action.xml
...low_module/erp5_validation_workflow/invalidate_action.xml
+80
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidated.xml
.../workflow_module/erp5_validation_workflow/invalidated.xml
+2
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/validate.xml
...tem/workflow_module/erp5_validation_workflow/validate.xml
+28
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/validate_action.xml
...kflow_module/erp5_validation_workflow/validate_action.xml
+101
-0
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/validated.xml
...em/workflow_module/erp5_validation_workflow/validated.xml
+1
-0
No files found.
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/delete.xml
View file @
21fe018a
...
...
@@ -6,6 +6,24 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
after_script_id
</string>
</key>
<value>
...
...
@@ -44,10 +62,20 @@
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
role
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Delete
</string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
2
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/delete_action.xml
0 → 100644
View file @
21fe018a
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Transition"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
after_script_id
</string>
</key>
<value>
<tuple>
<string>
delete
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
before_script_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
guard_expression
</string>
</key>
<value>
<string>
python: True
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
delete_action
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
role
</string>
</key>
<value>
<tuple>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Delete Action
</string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/draft.xml
View file @
21fe018a
...
...
@@ -29,7 +29,9 @@
<value>
<tuple>
<string>
destination/workflow_module/erp5_validation_workflow/delete
</string>
<string>
destination/workflow_module/erp5_validation_workflow/delete_action
</string>
<string>
destination/workflow_module/erp5_validation_workflow/validate
</string>
<string>
destination/workflow_module/erp5_validation_workflow/validate_action
</string>
</tuple>
</value>
</item>
...
...
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidate.xml
View file @
21fe018a
...
...
@@ -6,6 +6,24 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
after_script_id
</string>
</key>
<value>
...
...
@@ -46,10 +64,20 @@
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
role
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Invalidate
</string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
2
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidate_action.xml
0 → 100644
View file @
21fe018a
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Transition"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
after_script_id
</string>
</key>
<value>
<tuple>
<string>
invalidate
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
before_script_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
guard_expression
</string>
</key>
<value>
<string>
python: True
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
invalidate_action
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
role
</string>
</key>
<value>
<tuple>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Invalidate Action
</string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/invalidated.xml
View file @
21fe018a
...
...
@@ -29,7 +29,9 @@
<value>
<tuple>
<string>
destination/workflow_module/erp5_validation_workflow/validate
</string>
<string>
destination/workflow_module/erp5_validation_workflow/validate_action
</string>
<string>
destination/workflow_module/erp5_validation_workflow/delete
</string>
<string>
destination/workflow_module/erp5_validation_workflow/delete_action
</string>
</tuple>
</value>
</item>
...
...
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/validate.xml
View file @
21fe018a
...
...
@@ -6,6 +6,24 @@
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
after_script_id
</string>
</key>
<value>
...
...
@@ -46,10 +64,20 @@
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
role
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Validate
</string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
2
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/validate_action.xml
0 → 100644
View file @
21fe018a
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Transition"
module=
"erp5.portal_type"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string>
Validate
</string>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
after_script_id
</string>
</key>
<value>
<tuple>
<string>
validate
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
before_script_id
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
groups
</string>
</key>
<value>
<string>
()
</string>
</value>
</item>
<item>
<key>
<string>
guard_expression
</string>
</key>
<value>
<string>
python: True
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
validate_action
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<string>
()
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Transition
</string>
</value>
</item>
<item>
<key>
<string>
role
</string>
</key>
<value>
<tuple>
<string>
Assignor
</string>
<string>
Assignee
</string>
<string>
Manager
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
role_list
</string>
</key>
<value>
<tuple>
<string>
Associate
</string>
<string>
Author
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Validate Action
</string>
</value>
</item>
<item>
<key>
<string>
trigger_type
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_workflow_test_data/PathTemplateItem/workflow_module/erp5_validation_workflow/validated.xml
View file @
21fe018a
...
...
@@ -29,6 +29,7 @@
<value>
<tuple>
<string>
destination/workflow_module/erp5_validation_workflow/invalidate
</string>
<string>
destination/workflow_module/erp5_validation_workflow/invalidate_action
</string>
</tuple>
</value>
</item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment