BUG 11982: Issue in the order by modified date in the Documents Section.

Set Sortable attribute to true.
This commit is contained in:
ralpheav
2013-05-24 14:09:30 -04:00
parent d29f0fa402
commit 2acf7ec3f4

View File

@@ -1209,6 +1209,7 @@ rowExpander, {
header: _("ID_MODIFIED"),
dataIndex: "appDocCreateDate",
width: 100,
sortable: true,
renderer: renderModifiedDate
}, {
header: _("ID_OWNER"),