From eaac44389d4b3bc8f7260d98465b3072752308ef Mon Sep 17 00:00:00 2001 From: "oblomov-dev@outlook.com" Date: Thu, 11 Jan 2024 19:14:52 +0000 Subject: [PATCH] update --- src/z2ui5_cl_demo_app_011.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/z2ui5_cl_demo_app_011.clas.abap b/src/z2ui5_cl_demo_app_011.clas.abap index 31946395..5693d7e3 100644 --- a/src/z2ui5_cl_demo_app_011.clas.abap +++ b/src/z2ui5_cl_demo_app_011.clas.abap @@ -107,7 +107,7 @@ CLASS Z2UI5_CL_DEMO_APP_011 IMPLEMENTATION. ( title = 'entry 01' value = 'red' info = 'completed' descr = 'this is a description' checkbox = abap_true ) ( title = 'entry 02' value = 'blue' info = 'completed' descr = 'this is a description' checkbox = abap_true ) ( title = 'entry 03' value = 'green' info = 'completed' descr = 'this is a description' checkbox = abap_true ) - ( title = 'entry 04' value = 'orange' info = 'completed' descr = 'this is a description' checkbox = abap_true ) + ( title = 'entry 04' value = 'orange' info = 'completed' descr = '' checkbox = abap_true ) ( title = 'entry 05' value = 'grey' info = 'completed' descr = 'this is a description' checkbox = abap_true ) ). set_view( ).