mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Fix bug in method flex_box (#1292)
Some checks failed
build_downport / build_downport (push) Has been cancelled
Some checks failed
build_downport / build_downport (push) Has been cancelled
This commit is contained in:
parent
aa07556c81
commit
1741995f9e
|
@ -5516,7 +5516,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
( n = `alignContent` v = aligncontent )
|
||||
( n = `backgroundDesign` v = backgrounddesign )
|
||||
( n = `displayInline` v = z2ui5_cl_util=>boolean_abap_2_json( displayinline ) )
|
||||
( n = `visible` v = visible ) ) ).
|
||||
( n = `visible` v = z2ui5_cl_util=>boolean_abap_2_json( visible ) ) ) ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user