Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Jan 11, 2024
1 parent 911bc5b commit eaac443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_011.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -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( ).
Expand Down

0 comments on commit eaac443

Please sign in to comment.