This commit is contained in:
@@ -940,6 +940,10 @@ function untokenizeListView(lvJson) {
|
||||
var reto = {};
|
||||
//copy over field name to return object
|
||||
reto.fld = lvo.fld;
|
||||
//sort?
|
||||
if (lvo.sort) {
|
||||
reto.sort = lvo.sort;
|
||||
}
|
||||
//does it have a filter?
|
||||
if (lvo.filter) {
|
||||
//yes, so copy / transform as required
|
||||
|
||||
Reference in New Issue
Block a user