Commit 390704d9 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_wendelin: item inside those lists are sorted by title ascending automatically when save

no idea why it's like this, let's just sort it to make furture commit easily
parent fa798a82
...@@ -11,15 +11,15 @@ ...@@ -11,15 +11,15 @@
<portal_type id="Data Array Module"> <portal_type id="Data Array Module">
<item>business_application</item> <item>business_application</item>
</portal_type> </portal_type>
<portal_type id="Data Array View Line">
<item>predecessor</item>
</portal_type>
<portal_type id="Data Configuration Module"> <portal_type id="Data Configuration Module">
<item>business_application</item> <item>business_application</item>
</portal_type> </portal_type>
<portal_type id="Data Descriptor Module"> <portal_type id="Data Descriptor Module">
<item>business_application</item> <item>business_application</item>
</portal_type> </portal_type>
<portal_type id="Data Array View Line">
<item>predecessor</item>
</portal_type>
<portal_type id="Data Event"> <portal_type id="Data Event">
<item>aggregate</item> <item>aggregate</item>
<item>destination</item> <item>destination</item>
...@@ -72,4 +72,4 @@ ...@@ -72,4 +72,4 @@
<portal_type id="Progress Indicator Module"> <portal_type id="Progress Indicator Module">
<item>business_application</item> <item>business_application</item>
</portal_type> </portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
<item>ConstraintType</item> <item>ConstraintType</item>
<item>DataArrayLine</item> <item>DataArrayLine</item>
</portal_type> </portal_type>
<portal_type id="Data Array View Line">
<item>DataArrayLine</item>
<item>Document</item>
</portal_type>
<portal_type id="Data Bucket Stream"> <portal_type id="Data Bucket Stream">
<item>OffsetIndex</item> <item>OffsetIndex</item>
</portal_type> </portal_type>
...@@ -19,10 +23,6 @@ ...@@ -19,10 +23,6 @@
<item>TextDocument</item> <item>TextDocument</item>
<item>Url</item> <item>Url</item>
</portal_type> </portal_type>
<portal_type id="Data Array View Line">
<item>DataArrayLine</item>
<item>Document</item>
</portal_type>
<portal_type id="Data Event"> <portal_type id="Data Event">
<item>DataEvent</item> <item>DataEvent</item>
</portal_type> </portal_type>
...@@ -69,4 +69,4 @@ ...@@ -69,4 +69,4 @@
<portal_type id="Progress Indicator"> <portal_type id="Progress Indicator">
<item>OffsetIndex</item> <item>OffsetIndex</item>
</portal_type> </portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
<type>Data Array Line</type> <type>Data Array Line</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain>
<type>Data Bucket Stream</type>
<workflow>data_stream_interaction_workflow, edit_workflow, validation_workflow</workflow>
</chain>
<chain> <chain>
<type>Data Array View</type> <type>Data Array View</type>
<workflow>edit_workflow, validation_workflow</workflow> <workflow>edit_workflow, validation_workflow</workflow>
...@@ -35,6 +31,10 @@ ...@@ -35,6 +31,10 @@
<type>Data Array View Line</type> <type>Data Array View Line</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow</workflow>
</chain> </chain>
<chain>
<type>Data Bucket Stream</type>
<workflow>data_stream_interaction_workflow, edit_workflow, validation_workflow</workflow>
</chain>
<chain> <chain>
<type>Data Event</type> <type>Data Event</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow</workflow>
...@@ -103,4 +103,4 @@ ...@@ -103,4 +103,4 @@
<type>Sensor</type> <type>Sensor</type>
<workflow>edit_workflow, validation_workflow</workflow> <workflow>edit_workflow, validation_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
...@@ -2,10 +2,10 @@ Data Acquisition Unit Module | business_application ...@@ -2,10 +2,10 @@ Data Acquisition Unit Module | business_application
Data Aggregation Unit Module | business_application Data Aggregation Unit Module | business_application
Data Analysis Module | business_application Data Analysis Module | business_application
Data Array Module | business_application Data Array Module | business_application
Data Array View Line | predecessor
Data Configuration Module | business_application Data Configuration Module | business_application
Data Descriptor Module | business_application Data Descriptor Module | business_application
Data Event Module | business_application Data Event Module | business_application
Data Array View Line | predecessor
Data Event | aggregate Data Event | aggregate
Data Event | destination Data Event | destination
Data Event | resource Data Event | resource
......
...@@ -9,12 +9,12 @@ Data Array ...@@ -9,12 +9,12 @@ Data Array
Data Array Line Data Array Line
Data Array Line Existence Constraint Data Array Line Existence Constraint
Data Array Module Data Array Module
Data Array View
Data Array View Line
Data Bucket Stream Data Bucket Stream
Data Configuration Module Data Configuration Module
Data Descriptor Module Data Descriptor Module
Data Descriptor Type Data Descriptor Type
Data Array View
Data Array View Line
Data Event Data Event
Data Event Module Data Event Module
Data Ingestion Data Ingestion
...@@ -51,4 +51,4 @@ Ingestion Policy Tool ...@@ -51,4 +51,4 @@ Ingestion Policy Tool
Progress Indicator Progress Indicator
Progress Indicator Module Progress Indicator Module
Sensor Sensor
Sensor Module Sensor Module
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment