implemented adding required tasks to task

This commit is contained in:
2025-09-06 00:38:58 +02:00
parent 91f536a658
commit cce488f615
16 changed files with 190 additions and 53 deletions

View File

@@ -53,7 +53,7 @@
</tr>
{/each}
<tr>
<td>{t('add_member')}</td>
<td>{t('add_object',{object:t('member')})}</td>
<td>
<Autocomplete {getCandidates} {onSelect} />
</td>