/
DT_UPD and JIRA_USER_UPD are not visually updated after In-cell editing
DT_UPD and JIRA_USER_UPD are not visually updated after In-cell editing
Introduction
When using the gd.tracking related fields, updates to the underlying rows are not visually adapted in the tracking fields.
Assuming you have a grid configuration which is using the tracking fields such as
gd.columns=astring,DT_UPD,DT_CRE,JIRA_USER_CRE,JIRA_USER_UPD
gd.tracking = true
gd.tablename=auto_track_01
col.astring=string
col.astring.type=string
col.DT_UPD=DT_UPD
col.DT_UPD.type=date
col.DT_UPD.editable=false
col.DT_CRE=DT_CRE
col.DT_CRE.type=date
col.DT_CRE.editable=false
col.JIRA_USER_CRE=JIRA_USER_CRE
col.JIRA_USER_CRE.type=string
col.JIRA_USER_CRE.editable=false
col.JIRA_USER_UPD=JIRA_USER_UPD
col.JIRA_USER_UPD.type=string
col.JIRA_USER_UPD.editable=false
When using in-cell editing (to change the value of another cell (such as col.astring), the tracking fields are not updated visually.
Workaround
Refresh the browser page - it will load the right values.
, multiple selections available,
Related content
col.xyz.name=<tracking field>
col.xyz.name=<tracking field>
More like this
gd.tracking
gd.tracking
More like this
Changes are not logged in the activity and history section
Changes are not logged in the activity and history section
More like this
Release Notes - version 1.6
Release Notes - version 1.6
More like this
Version 1.21.10
Version 1.21.10
More like this
How to import rows into a grid (Synchronizer)
How to import rows into a grid (Synchronizer)
More like this