Skip to content

Commit eaac443

Browse files
committed
update
1 parent 911bc5b commit eaac443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_011.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ CLASS Z2UI5_CL_DEMO_APP_011 IMPLEMENTATION.
107107
( title = 'entry 01' value = 'red' info = 'completed' descr = 'this is a description' checkbox = abap_true )
108108
( title = 'entry 02' value = 'blue' info = 'completed' descr = 'this is a description' checkbox = abap_true )
109109
( title = 'entry 03' value = 'green' info = 'completed' descr = 'this is a description' checkbox = abap_true )
110-
( title = 'entry 04' value = 'orange' info = 'completed' descr = 'this is a description' checkbox = abap_true )
110+
( title = 'entry 04' value = 'orange' info = 'completed' descr = '' checkbox = abap_true )
111111
( title = 'entry 05' value = 'grey' info = 'completed' descr = 'this is a description' checkbox = abap_true ) ).
112112

113113
set_view( ).

0 commit comments

Comments
 (0)