Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
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
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
Ayush Tiwari
erp5
Commits
67b62203
Commit
67b62203
authored
Oct 27, 2016
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiple_catalog: Add validation_workflow for Catalog portal_type
parent
041a8f59
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
product/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
...rtalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+4
-0
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CatalogTool_viewCatalogList/listbox.xml
...l_skins/erp5_core/CatalogTool_viewCatalogList/listbox.xml
+4
-0
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
...rap/erp5_core/bt/template_portal_type_workflow_chain_list
+1
-0
No files found.
product/ERP5/bootstrap/erp5_core/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
View file @
67b62203
...
@@ -39,6 +39,10 @@
...
@@ -39,6 +39,10 @@
<type>
Business Template
</type>
<type>
Business Template
</type>
<workflow>
business_template_building_workflow, business_template_installation_workflow
</workflow>
<workflow>
business_template_building_workflow, business_template_installation_workflow
</workflow>
</chain>
</chain>
<chain>
<type>
Catalog
</type>
<workflow>
validation_workflow
</workflow>
</chain>
<chain>
<chain>
<type>
Category
</type>
<type>
Category
</type>
<workflow>
edit_workflow
</workflow>
<workflow>
edit_workflow
</workflow>
...
...
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/CatalogTool_viewCatalogList/listbox.xml
View file @
67b62203
...
@@ -78,6 +78,10 @@
...
@@ -78,6 +78,10 @@
<string>
relative_url
</string>
<string>
relative_url
</string>
<string>
URL
</string>
<string>
URL
</string>
</tuple>
</tuple>
<tuple>
<string>
translated_validation_state_title
</string>
<string>
State
</string>
</tuple>
</list>
</list>
</value>
</value>
</item>
</item>
...
...
product/ERP5/bootstrap/erp5_core/bt/template_portal_type_workflow_chain_list
View file @
67b62203
...
@@ -11,6 +11,7 @@ Base Type | base_type_interaction_workflow
...
@@ -11,6 +11,7 @@ Base Type | base_type_interaction_workflow
Base Type | dynamic_class_generation_interaction_workflow
Base Type | dynamic_class_generation_interaction_workflow
Business Template | business_template_building_workflow
Business Template | business_template_building_workflow
Business Template | business_template_installation_workflow
Business Template | business_template_installation_workflow
Catalog | validation_workflow
Category Acquired Membership State Constraint | dynamic_class_generation_interaction_workflow
Category Acquired Membership State Constraint | dynamic_class_generation_interaction_workflow
Category Existence Constraint | dynamic_class_generation_interaction_workflow
Category Existence Constraint | dynamic_class_generation_interaction_workflow
Category Membership Arity Constraint | dynamic_class_generation_interaction_workflow
Category Membership Arity Constraint | dynamic_class_generation_interaction_workflow
...
...
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