User story #1686
closedIn log events, display names of items in place of UUIDs
Description
In log event details, we have a lot of "groupId=XXXXIKXD-ADFGAC3C..." and other things not understandable by users.
We have to display names of these objects in place of the UUIDs. They are saved in "group", "configurationrule", "policyinstance", etc, SQL tables.
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 19 to 21
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 21 to 23
Updated by Jonathan CLARKE about 13 years ago
- Status changed from New to 2
- Target version changed from 23 to 18
This is impacting, because we need to write SQL queries to get the historized element name (not the current one). Too late for 2.3, targeting for 2.4.
Updated by François ARMAND about 13 years ago
- Target version changed from 18 to 24
Updated by François ARMAND over 12 years ago
- Assignee changed from François ARMAND to Jean VILVER
- Target version changed from 24 to 47
Updated by François ARMAND over 12 years ago
That one will be naturally integrated in the design of each specific event log (and so need at least a base of #2571)
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 47 to 50
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 50 to 2.4.0~beta3
Updated by Jean VILVER over 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset af817144309a4da37bc6924174381a67fb84baf7.
Note:
If the group doesn't exist, we cannot show the group's name. Unstead, the group id is shown and is no longer clickable, which is the case for the name if the group exists.
Updated by François ARMAND over 12 years ago
- Status changed from Pending technical review to 10
That seems ok (with two little modifications) !
Updated by Jonathan CLARKE almost 12 years ago
- Status changed from 10 to Released
- Assignee deleted (
Jean VILVER)
This is clearly an improvement, but still not exactly user-friendly... I have opened #3064 to improve on these display names.