C2024-035 RO Editor – Enhancement to Handle renaming of Setpoint Value. #451
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2024-035"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
C2024-035 RO Editor – Enhancement to Handle renaming of Setpoint Value.
In the RO Editor, when changes to a field name are made, we update the UI for the Menu Values and Return Values to reflect the change even if it has not been saved in the db yet.
For example, a field of may be updated to if it was renamed as such. Enhancement is to handle the special case of a Setpoint Value which includes field lengths.
For example: <Setpoint Value,5,17> would need updated <Setpoint ValueAAA,5,17> if Setpoint Value is renamed with AAA on the end.
change looks good.
Tested with version 2.2.2410.3115. Worked as expected.