Skip to content
Snippets Groups Projects
Commit e2ee537f authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Improvements for the notification timeline view

parent 889dd2e1
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,14 @@
<name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" />
</entityProvider>
<entityField>
<name>CREATEDAY</name>
<title>Date</title>
<contentType>DATE</contentType>
<resolution>DAY</resolution>
<outputFormat>dd.MM.yyyy</outputFormat>
<inputFormat>dd.MM.yyyy</inputFormat>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......@@ -270,6 +278,10 @@
<name>DELETEDATE.value</name>
<recordfield>ASYS_NOTIFICATIONCONTENTS.DELETEDATE</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>CREATEDAY.value</name>
<recordfield>ASYS_NOTIFICATIONCONTENTS.CREATEDATE</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
......
......@@ -29,13 +29,14 @@
<timelineViewTemplate>
<name>NotificationTimeline</name>
<favoriteActionGroup1>setNotificationState</favoriteActionGroup1>
<dateField>CREATEDATE</dateField>
<dateField>CREATEDAY</dateField>
<titleField>CAPTION</titleField>
<descriptionField>DESCRIPTION</descriptionField>
<subdescriptionField>CREATEDATE</subdescriptionField>
<iconIdField>ICON</iconIdField>
<additionalInfoField>STATE</additionalInfoField>
<entityField>#ENTITY</entityField>
<isEditable v="false" />
<informationField>STATE</informationField>
</timelineViewTemplate>
<tableViewTemplate>
<name>NotificationTable</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment