Actions
Feature #27442
closedDifference arrays contain insufficient information
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-06-14
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The row details view in the Workspaces module is based on two arrays containing only the changed fields, one with the Live value of the fields and one with the diff'ed values. These arrays do not contain any reference to the name of the fields, only to their labels.
This is insufficient in case one wants to work on/improve that difference view. I thus propose to add an extra entry for each difference, containing the field name (I tried using the field name directly as the array key, but it breaks the JS display).
I hope this can go into 4.5 too, as it doesn't break anything and we have to live with 4.5 for 3 years.
Actions