Branch: refs/heads/RN-85 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 30334e3bc7bc9f98a4b0aa95e82330dc2a3fcf63 https://github.com/xwiki-contrib/application-releasenotes/commit/30334e3bc7b... Author: Vincent Massol <vincent@massol.net> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M application-releasenotes-test/application-releasenotes-test-docker/src/test/it/org/xwiki/releasenotes/test/ui/ReleaseNotesIT.java M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseChanges.xml Log Message: ----------- RN-85: The Summary column of the Release Changes Live Data cannot be added back from the Properties panel * Keep the creation date and the summary in the properties parameter of the "Release Changes" Live Data and mark their descriptors not visible, instead of leaving them out of that parameter. The Properties panel lists exactly the properties of that parameter -- it maps over the query properties, not over the declared descriptors -- so a property left out of it is offered nowhere and cannot be displayed back at all, which is what RN-80 did to both. * Keep the layout RN-80 gave the table: the table hides a column whose descriptor is not visible rather than laying it out, so neither of the two costs any table width until a reader ticks it. * Extend the functional test to read the Properties panel and check that both are offered there unchecked, next to the existing checks that neither is displayed and that the table does not overflow. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...