Show error messages in dialog box to move tasks

This commit is contained in:
Frédéric Guillot
2016-10-21 07:41:52 -04:00
parent 6a3e435e89
commit c2e3f1eba9
30 changed files with 52 additions and 6 deletions

View File

@@ -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') ?>"