mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 01:46:19 +08:00
fragment popup fix (#635)
This commit is contained in:
parent
98cf374f29
commit
574d2d074a
|
@ -3656,6 +3656,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
|
||||
INSERT VALUE #( n = `xmlns` v = `sap.m` ) INTO TABLE result->mt_prop.
|
||||
INSERT VALUE #( n = `xmlns:mvc` v = `sap.ui.core.mvc` ) INTO TABLE result->mt_prop.
|
||||
INSERT VALUE #( n = `xmlns:core` v = `sap.ui.core` ) INTO TABLE result->mt_prop.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
@ -6389,7 +6390,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
lt_prop = VALUE #(
|
||||
* ( n = `xmlns` v = `sap.m` )
|
||||
( n = `xmlns:z2ui5` v = `z2ui5` )
|
||||
( n = `xmlns:core` v = `sap.ui.core` )
|
||||
* ( n = `xmlns:core` v = `sap.ui.core` )
|
||||
* ( n = `xmlns:mvc` v = `sap.ui.core.mvc` )
|
||||
( n = `xmlns:layout` v = `sap.ui.layout` )
|
||||
* ( n = `core:require` v = `{ MessageToast: 'sap/m/MessageToast' }` )
|
||||
|
|
Loading…
Reference in New Issue
Block a user