mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 20:36:46 +08:00
abaplint fixes (#1615)
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
* Update z2ui5_cl_xml_view.clas.abap * Update z2ui5_cl_xml_view.clas.abap
This commit is contained in:
parent
a76cce856f
commit
6cd6dc6938
|
@ -9185,7 +9185,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
||||||
|
|
||||||
METHOD smart_variant_management.
|
METHOD smart_variant_management.
|
||||||
result = me.
|
result = me.
|
||||||
_generic(
|
_generic(
|
||||||
name = `SmartVariantManagement`
|
name = `SmartVariantManagement`
|
||||||
ns = `smartVariantManagement`
|
ns = `smartVariantManagement`
|
||||||
t_prop = VALUE #(
|
t_prop = VALUE #(
|
||||||
|
@ -10972,5 +10972,4 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user