improved handling of null values when mapping entities to json
This commit is contained in:
@@ -175,9 +175,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{t('subtasks')}</th>
|
||||
<td class="children">
|
||||
<th>
|
||||
{t('subtasks')}
|
||||
<button onclick={addChild} >{t('add_subtask')}</button>
|
||||
</th>
|
||||
<td class="children">
|
||||
{#if children}
|
||||
<TaskList tasks={children} {estimated_time} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user