This commit is contained in:
oblomov 2024-02-20 17:38:29 +01:00 committed by GitHub
parent 71032e59e6
commit bdee904d4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,9 +108,10 @@ CLASS z2ui5_cl_core_json_srv IMPLEMENTATION.
"todo performance - add and filter in a single loop
IF lr_attri->custom_filter IS BOUND.
ajson = ajson->filter( lr_attri->custom_filter ).
ELSE.
ajson = ajson->filter( z2ui5_cl_ajson_filter_lib=>create_empty_filter( ) ).
ENDIF.
* ELSE.
* ajson = ajson->filter( z2ui5_cl_ajson_filter_lib=>create_empty_filter( ) ).
* ENDIF.
"(5) write into result
"todo performance - write directly into result