Skip to content

Commit

Permalink
Update Demo 031, 040-Fix ADT warnings (ABAP Cloud) (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Nov 29, 2024
1 parent e37abe2 commit 0dd8e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_031.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CLASS z2ui5_cl_demo_app_031 IMPLEMENTATION.
` <form:SimpleForm editable="true" width="40rem">` && |\n| &&
` <Label text="Loading time" />` && |\n| &&
` <Input id="loadingMinSeconds" width="8rem" type="Number" description="seconds" value="` && client->_bind( mv_value ) && `"/>` && |\n| &&
` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK') && `"/>` && |\n| &&
` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK' ) && `"/>` && |\n| &&
` <Link target="_blank" text="Demo" href="https://twitter.com/abap2UI5/status/1645104539387691008"/>` && |\n| &&
` </form:SimpleForm> ` && |\n| &&
` <GenericTile class="sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout" header="Country-Specific Profit Margin" press="` && client->_event( 'POPUP' ) && `"` && |\n| &&
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_040.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CLASS Z2UI5_CL_DEMO_APP_040 IMPLEMENTATION.
CASE app-get-event.

WHEN 'LOAD_BC'.
client->message_box_display( 'JSBarcode Library loaded').
client->message_box_display( 'JSBarcode Library loaded' ).
mv_load_lib = abap_true.

WHEN 'BACK'.
Expand Down

0 comments on commit 0dd8e01

Please sign in to comment.