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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
erp5
Commits
7079d69d
Commit
7079d69d
authored
Aug 24, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: use base categories for all scripts used by interactions
parent
568cc9ff
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view.xml
...plateItem/portal_skins/erp5_workflow/Interaction_view.xml
+4
-4
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_activate_script_list.xml
...rp5_workflow/Interaction_view/my_activate_script_list.xml
+2
-2
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_after_script_list.xml
...s/erp5_workflow/Interaction_view/my_after_script_list.xml
+2
-2
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_before_commit_script_list.xml
...orkflow/Interaction_view/my_before_commit_script_list.xml
+2
-2
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_before_script_list.xml
.../erp5_workflow/Interaction_view/my_before_script_list.xml
+2
-2
No files found.
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view.xml
View file @
7079d69d
...
...
@@ -83,10 +83,10 @@
<string>
my_portal_type_group_filter_list
</string>
<string>
my_trigger_once_per_transaction
</string>
<string>
my_temporary_document_disallowed
</string>
<string>
my_before_script_
name_
list
</string>
<string>
my_after_script_
name_
list
</string>
<string>
my_before_commit_script_
name_
list
</string>
<string>
my_activate_script_
name_
list
</string>
<string>
my_before_script_list
</string>
<string>
my_after_script_list
</string>
<string>
my_before_commit_script_list
</string>
<string>
my_activate_script_list
</string>
</list>
</value>
</item>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_activate_script_
name_
list.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_activate_script_list.xml
View file @
7079d69d
...
...
@@ -17,7 +17,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_activate_script_
name_
list
</string>
</value>
<value>
<string>
my_activate_script_list
</string>
</value>
</item>
<item>
<key>
<string>
message_values
</string>
</key>
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
here.getParent().conten
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
context.getParentValue().objec
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_after_script_
name_
list.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_after_script_list.xml
View file @
7079d69d
...
...
@@ -17,7 +17,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_after_script_
name_
list
</string>
</value>
<value>
<string>
my_after_script_list
</string>
</value>
</item>
<item>
<key>
<string>
message_values
</string>
</key>
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
here.getParent().conten
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
context.getParentValue().objec
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_before_commit_script_
name_
list.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_before_commit_script_list.xml
View file @
7079d69d
...
...
@@ -17,7 +17,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_before_commit_script_
name_
list
</string>
</value>
<value>
<string>
my_before_commit_script_list
</string>
</value>
</item>
<item>
<key>
<string>
message_values
</string>
</key>
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
here.getParent().conten
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
context.getParentValue().objec
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_before_script_
name_
list.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_before_script_list.xml
View file @
7079d69d
...
...
@@ -17,7 +17,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_before_script_
name_
list
</string>
</value>
<value>
<string>
my_before_script_list
</string>
</value>
</item>
<item>
<key>
<string>
message_values
</string>
</key>
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
here.getParent().conten
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
<value>
<string>
python: [(x.getTitle(), x.getId()) for x in
context.getParentValue().objec
tValues(portal_type=\'Workflow Script\')]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
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