Actions
Task #784
closedComponent NotificationTemplateInfo - implement full and popover decorator
Start date:
10/24/2017
Due date:
% Done:
100%
Estimated time:
4.00 h
Owner:
Description
Implement NotificationTemplateInfo full decorator (see EntityInfo 'face' parameter) and use him in popover decorator - the same behavior as in RoleInfo component.
On the full info card should be information about template:
- name
- code
- subject (substring - first 30, see UiUtils)
- text (substring - first 30)
- html (substring - first 30)
NotificationTemplateInfo respectively EntityInfo will be used instead simple nice label - e.g. in notification configuration table.
Related issues
Updated by Radek Tomiška about 7 years ago
- Category changed from Frontend to Notification
Updated by Vladimír Kotýnek about 7 years ago
- Assignee changed from Radek Tomiška to Petr Hanák
Updated by Petr Hanák about 7 years ago
- Assignee changed from Petr Hanák to Ondřej Kopr
Updated by Radek Tomiška about 7 years ago
- Related to Task #873: FE: UiUtils - improve methods for substring added
Updated by Radek Tomiška about 7 years ago
- Status changed from New to Closed
- Assignee changed from Ondřej Kopr to Petr Hanák
- Target version set to Forsterite (7.6.1)
- % Done changed from 0 to 100
I did test and review, component works, thx. I did a small refactoring:
- popover face usage on notification configuration content
- unused imports are removed
- added ' ...' suffix, when text is shortened.
I merged it into develop.
Actions