V celém projektu nahrazeny výskyty sort="auto(*)", kde byly objekty typu
User a Workgroup. closes #155
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
hflex="13" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
hflex="15" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridDeliveryDate}"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
hflex="13" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
hflex="15" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridDeliveryDate}"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
hflex="13" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
hflex="15" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridDeliveryDate}"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
hflex="13" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
hflex="15" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridDeliveryDate}"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
width="200px" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)" />
|
||||
sort="auto(centre.fullName)" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridFrom}"
|
||||
sort="czech(from)" />
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
width="13%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
width="10%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridWorkgroup}"
|
||||
sort="auto(workgroup)"
|
||||
sort="auto(workgroup.fullName)"
|
||||
width="10%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridFrom}"
|
||||
@@ -41,7 +41,7 @@
|
||||
width="30%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridOwnedBy}"
|
||||
sort="auto(ownedBy)"
|
||||
sort="auto(ownedBy.fullName)"
|
||||
width="20%" />
|
||||
</listhead>
|
||||
<auxhead
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
width="13%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
width="10%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridFrom}"
|
||||
@@ -37,7 +37,7 @@
|
||||
width="40%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridOwnedBy}"
|
||||
sort="auto(ownedBy)"
|
||||
sort="auto(ownedBy.fullName)"
|
||||
width="20%" />
|
||||
</listhead>
|
||||
<auxhead
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
width="13%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridCenter}"
|
||||
sort="auto(centre)"
|
||||
sort="auto(centre.fullName)"
|
||||
width="10%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridWorkgroup}"
|
||||
sort="auto(workgroup)"
|
||||
sort="auto(workgroup.fullName)"
|
||||
width="10%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridFrom}"
|
||||
@@ -41,7 +41,7 @@
|
||||
width="30%" />
|
||||
<listheader
|
||||
label="${labels.RequirementsGridOwnedBy}"
|
||||
sort="auto(ownedBy)"
|
||||
sort="auto(ownedBy.fullName)"
|
||||
width="20%" />
|
||||
</listhead>
|
||||
<auxhead
|
||||
|
||||
Reference in New Issue
Block a user