mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 23:06:30 +08:00
bugfix-link-startup (#716)
This commit is contained in:
parent
9908fcf012
commit
88a161b37a
|
@ -80,7 +80,7 @@ CLASS z2ui5_cl_fw_ui_startup IMPLEMENTATION.
|
|||
)->text( `Define view, implement behaviour`
|
||||
)->link( text = `(Example)`
|
||||
target = `_blank`
|
||||
href = `https://github.com/abap2UI5/ABAP2UI5/blob/main/src/z2ui5_cl_fw_ui_hello_world.clas.abap`
|
||||
href = `https://github.com/abap2UI5/abap2UI5/blob/main/src/01/02/z2ui5_cl_fw_ui_hello_world.clas.abap`
|
||||
)->label( `Step 4` ).
|
||||
|
||||
IF ms_home-class_editable = abap_true.
|
||||
|
|
Loading…
Reference in New Issue
Block a user