This commit is contained in:
2020-03-04 19:11:28 +00:00
parent 54da6d02d2
commit 00cc32577c
2 changed files with 8 additions and 1 deletions

View File

@@ -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