File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ CLASS z2ui5_cl_sample_tree IMPLEMENTATION.
120120 prodh = '001000010000000100' ) (
121121 text = 'Pump 002'
122122 prodh = '001000010000000105' ) )
123- ) ) ) (
123+ ) ) ) (
124124 text = 'Paints'
125125 prodh = '00110'
126126 nodes = VALUE #( (
@@ -133,14 +133,13 @@ CLASS z2ui5_cl_sample_tree IMPLEMENTATION.
133133 prodh = '001100010500000105' )
134134 ) ) ) ) ).
135135
136- DATA(page) = z2ui5_cl_xml_view=>factory( )->page( ).
137-
138- page->tree( items = client->_bind_edit( prodh_nodes )
136+ DATA(tree) = z2ui5_cl_xml_view=>factory( )->page(
137+ )->tree( items = client->_bind_edit( prodh_nodes )
139138 )->items( )->standard_tree_item(
140139 selected = '{IS_SELECTED}'
141140 title = '{TEXT}' ).
142141
143- client->view_display( page->stringify( ) ).
142+ client->view_display( tree ).
144143
145144 ENDMETHOD.
146145ENDCLASS.
You can’t perform that action at this time.
0 commit comments