Changeset 5061 for trunk/www/common/history/list_history.jsp
- Timestamp:
- Aug 19, 2009, 11:24:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/history/list_history.jsp
r5048 r5061 86 86 final ItemQuery<ChangeHistory> query = 87 87 Base.getConfiguredQuery(dc, cc, true, ChangeHistory.getHistoryOf(source), mode); 88 query.order(cc.getSortDirection().sortBy(Hql.property("id"))); 88 89 history = query.iterate(dc); 89 90 //cc.setMessage(query.toString());
Note: See TracChangeset
for help on using the changeset viewer.