implemented adding notes to projects and tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -294,12 +294,10 @@
|
||||
<TagList module="task" {id} user_list={Object.keys(task.members).map(id => +id)} />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{t('notes')}</th>
|
||||
<td>
|
||||
<Notes module="task" entity_id={id} />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
{/if}
|
||||
{/if}
|
||||
<div class="notes">
|
||||
<h3>{t('notes')}</h3>
|
||||
<Notes module="task" entity_id={id} />
|
||||
</div>
|
||||
Reference in New Issue
Block a user