mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 14:36:10 +08:00
fix (#923)
This commit is contained in:
parent
71032e59e6
commit
bdee904d4e
|
@ -108,9 +108,10 @@ CLASS z2ui5_cl_core_json_srv IMPLEMENTATION.
|
||||||
"todo performance - add and filter in a single loop
|
"todo performance - add and filter in a single loop
|
||||||
IF lr_attri->custom_filter IS BOUND.
|
IF lr_attri->custom_filter IS BOUND.
|
||||||
ajson = ajson->filter( lr_attri->custom_filter ).
|
ajson = ajson->filter( lr_attri->custom_filter ).
|
||||||
ELSE.
|
|
||||||
ajson = ajson->filter( z2ui5_cl_ajson_filter_lib=>create_empty_filter( ) ).
|
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
* ELSE.
|
||||||
|
* ajson = ajson->filter( z2ui5_cl_ajson_filter_lib=>create_empty_filter( ) ).
|
||||||
|
* ENDIF.
|
||||||
|
|
||||||
"(5) write into result
|
"(5) write into result
|
||||||
"todo performance - write directly into result
|
"todo performance - write directly into result
|
||||||
|
|
Loading…
Reference in New Issue
Block a user