Skip to content

Commit

Permalink
local binding
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Feb 29, 2024
1 parent f9de477 commit a290b27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/z2ui5_cl_demo_app_080.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ CLASS Z2UI5_CL_DEMO_APP_080 IMPLEMENTATION.

DATA(lo_planningcalendar) = lo_vbox->planning_calendar(
startdate = `{= Helper.DateCreateObject($` && client->_bind_local( lv_s_date ) && ') }'
rows = `{path: '` && client->_bind( val = mt_people path = abap_true ) && `'}`
* rows = `{ path: '` && client->_bind( val = mt_people path = abap_true ) && `}`
rows = `{path: '` && client->_bind_local( val = mt_people path = abap_true ) && `'}`
appointmentselect = client->_event( val = 'AppSelected' t_arg = VALUE #( ( `${$parameters>/appointment/mProperties/title}`) ) )
showweeknumbers = abap_true ).

Expand Down

0 comments on commit a290b27

Please sign in to comment.