On the Audit page, the "Details" column displays two "Description" labels when creating or editing an entity, such as media types. One label is used for the entity name, although it should use the "Name" (or "* name") field, as it does in the API, database, and UI forms. The second "Description" label is used for the entity’s description. This inconsistency may confuse users since the labels don't match their intended use in other parts of the system.
Here you can find one example of incorrect entity name in audit details log.
Steps to reproduce:
- Navigate to the Media type page,
- Select any media type, for example Email,
- Change Media type name and add description,
- Click on Update button,
- Navigate to Audit page,
- Observe your changes.
Result:
Media type name is writer under 'description' label
Expected:
In details should be 'Name' label for media type name, because we using this label in Media type UI form, API key, DB column name.