Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
eed77a9e
Commit
eed77a9e
authored
May 30, 2015
by
wenjie.zheng
Committed by
Sebastien Robin
Jul 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_workflow: add configuration workflow as allowed content of workflow_module.
parent
0b0c054a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
15 deletions
+4
-15
bt5/erp5_workflow/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
...eAllowedContentTypeTemplateItem/allowed_content_types.xml
+1
-2
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/WorkflowModule_viewWorkflowList/listbox.xml
...erp5_workflow/WorkflowModule_viewWorkflowList/listbox.xml
+2
-11
bt5/erp5_workflow/bt/template_portal_type_allowed_content_type_list
...orkflow/bt/template_portal_type_allowed_content_type_list
+1
-2
No files found.
bt5/erp5_workflow/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
View file @
eed77a9e
...
...
@@ -31,7 +31,6 @@
<item>
Worklist
</item>
</portal_type>
<portal_type
id=
"Workflow Module"
>
<item>
Interaction Workflow
</item>
<item>
Workflow
</item>
<item>
Configuration Workflow
</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/WorkflowModule_viewWorkflowList/listbox.xml
View file @
eed77a9e
...
...
@@ -405,10 +405,6 @@
<list>
<tuple>
<string>
id
</string>
<string>
ID
</string>
</tuple>
<tuple>
<string>
reference
</string>
<string>
Reference
</string>
</tuple>
<tuple>
...
...
@@ -531,12 +527,7 @@
<item>
<key>
<string>
portal_types
</string>
</key>
<value>
<list>
<tuple>
<string>
Workflow
</string>
<string>
Workflow
</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
...
...
@@ -569,7 +560,7 @@
</item>
<item>
<key>
<string>
selection_name
</string>
</key>
<value>
<string>
workflow_module
_selection
</string>
</value>
<value>
<string>
configuration_workflow
_selection
</string>
</value>
</item>
<item>
<key>
<string>
sort
</string>
</key>
...
...
bt5/erp5_workflow/bt/template_portal_type_allowed_content_type_list
View file @
eed77a9e
...
...
@@ -10,8 +10,7 @@ Interaction Workflow | Workflow Script
Interaction | Transition Variable
State | PermissionRoles
Transition | Transition Variable
Workflow Module | Interaction Workflow
Workflow Module | Workflow
Workflow Module | Configuration Workflow
Workflow | State
Workflow | Transition
Workflow | Variable
...
...
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