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
Sebastien Robin
erp5
Commits
195aab30
Commit
195aab30
authored
Aug 17, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: rename categories after_script_id to after_script
and before_script_id to before_script
parent
dac470a7
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
20 additions
and
20 deletions
+20
-20
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view.xml
...mplateItem/portal_skins/erp5_workflow/Transition_view.xml
+2
-2
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view/my_after_script_list.xml
...ns/erp5_workflow/Transition_view/my_after_script_list.xml
+1
-1
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view/my_before_script_list.xml
...s/erp5_workflow/Transition_view/my_before_script_list.xml
+1
-1
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Workflow_viewTransitionList/listbox.xml
...ins/erp5_workflow/Workflow_viewTransitionList/listbox.xml
+2
-2
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/after_script.xml
...e/CategoryTemplateItem/portal_categories/after_script.xml
+4
-4
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_script.xml
.../CategoryTemplateItem/portal_categories/before_script.xml
+4
-4
product/ERP5/bootstrap/erp5_core/bt/template_base_category_list
...t/ERP5/bootstrap/erp5_core/bt/template_base_category_list
+2
-2
product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Transition/after_script_category.xml
...rtal_property_sheets/Transition/after_script_category.xml
+2
-2
product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Transition/before_script_category.xml
...tal_property_sheets/Transition/before_script_category.xml
+2
-2
No files found.
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view.xml
View file @
195aab30
...
@@ -107,8 +107,8 @@
...
@@ -107,8 +107,8 @@
<string>
my_guard_role_list
</string>
<string>
my_guard_role_list
</string>
<string>
my_guard_group_list
</string>
<string>
my_guard_group_list
</string>
<string>
my_guard_expression
</string>
<string>
my_guard_expression
</string>
<string>
my_before_script_
id_
list
</string>
<string>
my_before_script_list
</string>
<string>
my_after_script_
id_
list
</string>
<string>
my_after_script_list
</string>
</list>
</list>
</value>
</value>
</item>
</item>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view/my_after_script_
id_
list.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view/my_after_script_list.xml
View file @
195aab30
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_after_script_
id_
list
</string>
</value>
<value>
<string>
my_after_script_list
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
message_values
</string>
</key>
<key>
<string>
message_values
</string>
</key>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view/my_before_script_
id_
list.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Transition_view/my_before_script_list.xml
View file @
195aab30
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
my_before_script_
id_
list
</string>
</value>
<value>
<string>
my_before_script_list
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
message_values
</string>
</key>
<key>
<string>
message_values
</string>
</key>
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Workflow_viewTransitionList/listbox.xml
View file @
195aab30
...
@@ -101,11 +101,11 @@
...
@@ -101,11 +101,11 @@
<string>
Required Roles
</string>
<string>
Required Roles
</string>
</tuple>
</tuple>
<tuple>
<tuple>
<string>
before_script_
id_
list
</string>
<string>
before_script_list
</string>
<string>
Before Script
</string>
<string>
Before Script
</string>
</tuple>
</tuple>
<tuple>
<tuple>
<string>
after_script_
id_
list
</string>
<string>
after_script_list
</string>
<string>
After Script
</string>
<string>
After Script
</string>
</tuple>
</tuple>
</list>
</list>
...
...
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/after_script
_id
.xml
→
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/after_script.xml
View file @
195aab30
...
@@ -22,9 +22,9 @@
...
@@ -22,9 +22,9 @@
<key>
<string>
categories
</string>
</key>
<key>
<string>
categories
</string>
</key>
<value>
<value>
<tuple>
<tuple>
<string>
after_script
_id
</string>
<string>
after_script
</string>
<string>
after_script
_id
</string>
<string>
after_script
</string>
<string>
after_script
_id
</string>
<string>
after_script
</string>
</tuple>
</tuple>
</value>
</value>
</item>
</item>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
after_script
_id
</string>
</value>
<value>
<string>
after_script
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_script
_id
.xml
→
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_script.xml
View file @
195aab30
...
@@ -22,9 +22,9 @@
...
@@ -22,9 +22,9 @@
<key>
<string>
categories
</string>
</key>
<key>
<string>
categories
</string>
</key>
<value>
<value>
<tuple>
<tuple>
<string>
before_script
_id
</string>
<string>
before_script
</string>
<string>
before_script
_id
</string>
<string>
before_script
</string>
<string>
before_script
_id
</string>
<string>
before_script
</string>
</tuple>
</tuple>
</value>
</value>
</item>
</item>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
before_script
_id
</string>
</value>
<value>
<string>
before_script
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/bt/template_base_category_list
View file @
195aab30
action_type
action_type
activity
activity
after_script
_id
after_script
aggregate
aggregate
before_script
_id
before_script
business_application
business_application
callable_type
callable_type
causality
causality
...
...
product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Transition/after_script_
id_
category.xml
→
product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Transition/after_script_category.xml
View file @
195aab30
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
after_script
_id
</string>
</value>
<value>
<string>
after_script
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
after_script_
id_
category
</string>
</value>
<value>
<string>
after_script_category
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Transition/before_script_
id_
category.xml
→
product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Transition/before_script_category.xml
View file @
195aab30
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<dictionary>
<dictionary>
<item>
<item>
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
before_script
_id
</string>
</value>
<value>
<string>
before_script
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
before_script_
id_
category
</string>
</value>
<value>
<string>
before_script_category
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
portal_type
</string>
</key>
<key>
<string>
portal_type
</string>
</key>
...
...
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