This commit is contained in:
@@ -3353,7 +3353,7 @@ RELATIVE TOKEN EXAMPLE:
|
|||||||
DataFilterActive.value = true;
|
DataFilterActive.value = true;
|
||||||
dfilter.Add(DataFilterActive);
|
dfilter.Add(DataFilterActive);
|
||||||
|
|
||||||
d.filter = dfilter.ToString();//it expects it to be a json string, not actual json
|
// d.filter = dfilter.ToString();//it expects it to be a json string, not actual json
|
||||||
|
|
||||||
// a = await Util.PostAsync("DataListFilter", await Util.GetTokenAsync("BizAdminFull"), d.ToString());
|
// a = await Util.PostAsync("DataListFilter", await Util.GetTokenAsync("BizAdminFull"), d.ToString());
|
||||||
// Util.ValidateDataReturnResponseOk(a);
|
// Util.ValidateDataReturnResponseOk(a);
|
||||||
|
|||||||
Reference in New Issue
Block a user