mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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)">
|
(click)="onTaskClicked(task, $event)">
|
||||||
<span class="mdl-list__item-primary-content">
|
<span class="mdl-list__item-primary-content">
|
||||||
<i class="material-icons mdl-list__item-icon">launch</i>
|
<i class="material-icons mdl-list__item-icon">launch</i>
|
||||||
{{task.name}}
|
{{task.name || 'Nameless task'}}
|
||||||
</span>
|
</span>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user