mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:16:15 +08:00
Return parent at avatarGroupItem (#1645)
This commit is contained in:
parent
c202bf5c96
commit
0b1a3de959
|
@ -5421,7 +5421,8 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
METHOD avatar_group_item.
|
METHOD avatar_group_item.
|
||||||
result = _generic( name = `AvatarGroupItem`
|
result = me.
|
||||||
|
_generic( name = `AvatarGroupItem`
|
||||||
ns = `f`
|
ns = `f`
|
||||||
t_prop = VALUE #( ( n = `id` v = id )
|
t_prop = VALUE #( ( n = `id` v = id )
|
||||||
( n = `busy` v = busy )
|
( n = `busy` v = busy )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user