small fix to be consistent with other boolean prop (#1559)

Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
Christian Günter 2024-11-21 19:55:00 +01:00 committed by GitHub
parent b37afef0e6
commit 69a742e9d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5760,7 +5760,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
ns = `core` ns = `core`
t_prop = VALUE #( ( n = `value` v = value ) t_prop = VALUE #( ( n = `value` v = value )
( n = `key` v = key ) ( n = `key` v = key )
( n = `writeToDom` v = writetodom ) ) ). ( n = `writeToDom` v = z2ui5_cl_util=>boolean_abap_2_json( writetodom ) ) ) ).
ENDMETHOD. ENDMETHOD.