There are 4 updates.
 
 
Release Notes Application / cid:jira-generated-image-avatar-f417b50d-7808-4001-aa69-e888fa251ee9 RN-75 Open

Use Live Data instead of LiveTable

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-ad654c3f-c2ab-4091-a9f1-ce84543e672a Changes by Vincent Massol on 29/Aug/26 13:07
 
Fix Version: 2.4
Version: 2.3
Description: The application still lists its data with the deprecated LiveTable macro:
* {{ReleaseNotes.Code.HomeReleaseNotes}} \- the release notes list on the application home page
* {{ReleaseNotes.Code.HomeReleaseChanges}} \- the changes list

LiveTable has been superseded by Live Data, and now that the application requires XWiki 17.10 \(see RN\-74\) Live Data is available on every supported version.

Moving to Live Data would:

* stop depending on a deprecated component
* let us drop the {{xwiki\-platform\-livetable\-ui}} runtime dependency from {{application\-releasenotes\-ui}}
* bring the standard Live Data features \(layouts, filtering, sorting, pagination\) to both lists

The translation keys {{releasenotes.releases.livetable.\*}} and {{releasenotes.changes.livetable.\*}} in {{ReleaseNotes.Code.Translations}} will need to be renamed accordingly.

Assignee: Vincent Massol