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
cc8868b7
Commit
cc8868b7
authored
Oct 11, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: remove acquisition_portal_type on before/after/... scripts categories
parent
65c6fe60
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/activate_script.xml
...ategoryTemplateItem/portal_categories/activate_script.xml
+1
-1
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/after_script.xml
...e/CategoryTemplateItem/portal_categories/after_script.xml
+1
-1
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_commit_script.xml
...ryTemplateItem/portal_categories/before_commit_script.xml
+1
-1
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_script.xml
.../CategoryTemplateItem/portal_categories/before_script.xml
+1
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/WorkflowTool_convertWorkflow.py
...em/portal_skins/erp5_core/WorkflowTool_convertWorkflow.py
+2
-2
No files found.
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/activate_script.xml
View file @
cc8868b7
...
...
@@ -16,7 +16,7 @@
</item>
<item>
<key>
<string>
acquisition_portal_type
</string>
</key>
<value>
<string>
python: [
\'Interaction\', \'Workflow Script\'
]
</string>
</value>
<value>
<string>
python: []
</string>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/after_script.xml
View file @
cc8868b7
...
...
@@ -16,7 +16,7 @@
</item>
<item>
<key>
<string>
acquisition_portal_type
</string>
</key>
<value>
<string>
python: [
\'Interaction\', \'Transition\', \'Workflow Script\'
]
</string>
</value>
<value>
<string>
python: []
</string>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_commit_script.xml
View file @
cc8868b7
...
...
@@ -16,7 +16,7 @@
</item>
<item>
<key>
<string>
acquisition_portal_type
</string>
</key>
<value>
<string>
python:[
\'Interaction\', \'Workflow Script\'
]
</string>
</value>
<value>
<string>
python:[]
</string>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/before_script.xml
View file @
cc8868b7
...
...
@@ -16,7 +16,7 @@
</item>
<item>
<key>
<string>
acquisition_portal_type
</string>
</key>
<value>
<string>
python: [
\'Interaction\', \'Transition\', \'Workflow Script\'
]
</string>
</value>
<value>
<string>
python: []
</string>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
...
...
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/WorkflowTool_convertWorkflow.py
View file @
cc8868b7
...
...
@@ -10,8 +10,8 @@ if batch_mode == False and workflow_id_list is None:
if
workflow_list
:
for
workflow
in
workflow_list
:
if
workflow
.
get
(
'listbox_selected'
):
selected_workflow_list
.
append
(
context
.
getObjectFromPath
(
workflow
.
get
(
'listbox_key'
)))
selected_workflow_list
.
append
(
context
.
unrestrictedTraverse
(
workflow
.
get
(
'listbox_key'
)))
if
len
(
selected_workflow_list
)
==
0
:
return
context
.
REQUEST
.
RESPONSE
.
redirect
(
'%s/WorkflowTool_viewWorkflowConversion?'
...
...
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