mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Proper displaying nameless tasks in demo app
- display ‘Nameless task’ for empty task names (similar to how Activiti does it)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
(click)="onTaskClicked(task, $event)">
|
||||
<span class="mdl-list__item-primary-content">
|
||||
<i class="material-icons mdl-list__item-icon">launch</i>
|
||||
{{task.name}}
|
||||
{{task.name || 'Nameless task'}}
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user