This issue has been created
There are 2 updates.
 
 
Release Notes Application / cid:jira-generated-image-avatar-6e32eba8-bd61-4d6a-a440-8e2ebf111cf3 RN-85 Open

The Summary column of the Release Changes Live Data cannot be added back from the Properties panel

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-65095c71-e70f-447d-9da7-545a7f23ca6b Vincent Massol created this issue on 31/Aug/26 14:30
 
Summary: The Summary column of the Release Changes Live Data cannot be added back from the Properties panel
Issue Type: cid:jira-generated-image-avatar-6e32eba8-bd61-4d6a-a440-8e2ebf111cf3 Bug
Affects Versions: 2.4.1
Assignee: Unassigned
Components: Application
Created: 31/Aug/26 14:30
Labels: usability
Priority: cid:jira-generated-image-static-major-f9917098-1913-4e35-80a4-6adb472fc084 Major
Reporter: Vincent Massol
Description:

Problem

RN-80 reduced the default columns of the "Release Changes" Live Data (ReleaseNotes.Code.HomeReleaseChanges) to the ones that fit the width of a page, dropping doc.creationDate and summary from the macro's properties list. It did so on the assumption that both columns stayed reachable from the Live Data Properties panel. They do not.

The Properties panel lists exactly the properties of the macro's properties parameter: LiveDataLogic.getPropertyDescriptors() maps over data.query.properties, not over meta.propertyDescriptors. A property left out of properties is therefore not offered by the panel at all, and there is no way for a reader to display it back.

Proposal

Keep both properties in properties and mark their descriptors "visible": false. The Live Data table hides an invisible column with v-show, so it costs no table width and the layout stays as RN-80 made it, while the Properties panel lists it unchecked and one click brings it back.

 
 

2 updates

 
cid:jira-generated-image-avatar-65095c71-e70f-447d-9da7-545a7f23ca6b Changes by Vincent Massol on 31/Aug/26 14:30
 
Fix Version: 2.5
Assignee: Vincent Massol