Merge branch 'dev' into module/timetracking
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
<legend>
|
||||
{t('positions')}
|
||||
{#if editable}
|
||||
<button onclick={() => position_select = true}>{t('add_position')}</button>
|
||||
<button onclick={() => position_select = true}>{t('add_object',{object:t('position')})}</button>
|
||||
{/if}
|
||||
</legend>
|
||||
<PositionList bind:document={doc} submit={update} bind:error={error} />
|
||||
|
||||
Reference in New Issue
Block a user