[Bug #844] Fix bug
allows sort in column 'current'. FEA : ItEr70S04BugFixing
This commit is contained in:
parent
e2f48c5e72
commit
a1ae2f253f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<newdatasortablecolumn label="${i18n:_('Criterion name')}" sort="auto(lower(criterionAndType))" sortDirection="ascending"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Starting date')}" sort="auto(startDate)" width="200px" align="center"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Ending date')}" sort="auto(endDate)" width="200px" align="center"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Current')}" sort="auto(state)" width="70px" align="center"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Current')}" sort="auto(current)" width="70px" align="center"/>
|
||||
<newdatasortablecolumn label="${i18n:_('Operations')}" width="70px" align="center"/>
|
||||
</columns>
|
||||
<rows>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue