Show error messages in dialog box to move tasks
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
<label><input type="radio" value="after" v-model="positionChoice"><?= t('Insert after this task') ?></label>
|
||||
</div>
|
||||
|
||||
<div v-if="errorMessage">
|
||||
<div class="alert alert-error">{{ errorMessage }}</div>
|
||||
</div>
|
||||
|
||||
<submit-cancel
|
||||
label-button="<?= t('Save') ?>"
|
||||
label-or="<?= t('or') ?>"
|
||||
|
||||
Reference in New Issue
Block a user