Branch: refs/heads/stable-15.10.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: f3f4082bbdf0cafe29e4436c6336bb3b7f543000
https://github.com/xwiki/xwiki-platform/commit/f3f4082bbdf0cafe29e4436c6336…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/layouts/cards/LayoutCards.spec.js
A
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/layouts/cards/LayoutCardsCard.spec.js
M
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/layouts/table/LayoutTable.spec.js
A
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/layouts/table/LayoutTableRow.spec.js
M
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/cards/LayoutCards.vue
M
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/cards/LayoutCardsCard.vue
M
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTable.vue
M
xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableRow.vue
Log Message:
-----------
XWIKI-21659: Provide entry index in data attribute of LiveData (#2680)
Add data-livedata-entry-index and data-livedata-entry-id attributes on the parent DOM node
of the entries, for both cards and table layouts
---------
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
(cherry picked from commit e8792642fd9a0567cdc09a69c4b7bfbd516ef2a1)