mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
show assignee in task list
This commit is contained in:
parent
9591f81208
commit
3e157b85fe
1 changed files with 5 additions and 0 deletions
|
|
@ -162,6 +162,11 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section ng-if="task.originalAssigneeKey"
|
||||
class="assignee">
|
||||
<div class="md-caption">Assignee: {{ task.originalAssigneeKey}} </div>
|
||||
</section>
|
||||
|
||||
<section ng-if="task.originalAttachment.length > 0">
|
||||
<collapsible title="Attachments ({{ ::task.originalAttachment.length }})">
|
||||
<ul class="attachments">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue