low release compatibility (#977)

This commit is contained in:
oblomov 2024-02-29 16:27:52 +01:00 committed by GitHub
parent 0a0673650f
commit 6f64e6bf27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ CLASS z2ui5_cl_core_app_search IMPLEMENTATION.
METHOD view_display.
DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page( `abap2UI5 - App Finder`
DATA(page) = z2ui5_cl_xml_view=>factory( )->shell( )->page( `abap2UI5 - App Finder`
)->content( ).
page->icon_tab_header( selectedkey = client->_bind_edit( mv_selected_key )

View File

@ -6564,7 +6564,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
METHOD range_slider.
result = me.
_generic( name = `RangeSlider`
ns = `webc`
* ns = `webc`
t_prop = VALUE #( ( n = `class` v = class )
( n = `endValue` v = endvalue )
( n = `id` v = id )