Skip to content

Update Demo 031, 040-Fix ADT warnings (ABAP Cloud) #443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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