Configuration pages do not show createdAt and updatedAt timestamps
All entity pages have a <modification-info />
component that display the created by/at and updated by/at values. This does not work for configurations. It only shows the contact, not the timestamp.
These attributes don't arrive in the ConfigurationSerializer, so I assume the problem is in ConfigurationApi.
-
add createdAt and updatedAt to configuration model -
request createdAt and updatedAt in ConfigurationApi -
parse createdAt and updatedAt in ConfigurationSerializer
Edited by Tim Eder