mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
MetaModel: by default, show most recent tickets first
SVN:trunk[1903]
This commit is contained in:
@@ -685,6 +685,11 @@
|
||||
<attribute name="ref"/>
|
||||
</attributes>
|
||||
</reconciliation>
|
||||
<order>
|
||||
<columns>
|
||||
<column name="ref" ascending="false" />
|
||||
</columns>
|
||||
</order>
|
||||
</properties>
|
||||
<fields/>
|
||||
<lifecycle attribute="status">
|
||||
@@ -1757,6 +1762,11 @@
|
||||
<attribute name="ref"/>
|
||||
</attributes>
|
||||
</reconciliation>
|
||||
<order>
|
||||
<columns>
|
||||
<column name="ref" ascending="false" />
|
||||
</columns>
|
||||
</order>
|
||||
</properties>
|
||||
<fields>
|
||||
<field name="acceptance_date" type="DateTime" sql="acceptance_date" default_value="" is_null_allowed="true"/>
|
||||
@@ -2372,6 +2382,11 @@
|
||||
<attribute name="ref"/>
|
||||
</attributes>
|
||||
</reconciliation>
|
||||
<order>
|
||||
<columns>
|
||||
<column name="ref" ascending="false" />
|
||||
</columns>
|
||||
</order>
|
||||
</properties>
|
||||
<fields/>
|
||||
<lifecycle attribute="status">
|
||||
|
||||
@@ -22,6 +22,11 @@
|
||||
<attribute name="ref"/>
|
||||
</attributes>
|
||||
</reconciliation>
|
||||
<order>
|
||||
<columns>
|
||||
<column name="ref" ascending="false" />
|
||||
</columns>
|
||||
</order>
|
||||
</properties>
|
||||
<fields/>
|
||||
<lifecycle attribute="status">
|
||||
|
||||
@@ -22,6 +22,11 @@
|
||||
<attribute name="ref"/>
|
||||
</attributes>
|
||||
</reconciliation>
|
||||
<order>
|
||||
<columns>
|
||||
<column name="ref" ascending="false" />
|
||||
</columns>
|
||||
</order>
|
||||
</properties>
|
||||
<fields>
|
||||
<field name="status" type="Enum" sql="status" default_value="new" is_null_allowed="false">
|
||||
|
||||
@@ -22,6 +22,11 @@
|
||||
<attribute name="ref"/>
|
||||
</attributes>
|
||||
</reconciliation>
|
||||
<order>
|
||||
<columns>
|
||||
<column name="ref" ascending="false" />
|
||||
</columns>
|
||||
</order>
|
||||
</properties>
|
||||
<fields>
|
||||
<field name="request_type" type="Enum" sql="request_type" default_value="service request" is_null_allowed="false">
|
||||
|
||||
Reference in New Issue
Block a user