PMCORE-3453: Custon Cases List Settings close the window when saving an invalid Custom List PMCORE_3.7.0-5487
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div class="demo">
|
<div class="demo">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h5>{{ $t("ID_NEW_CASES_LISTS") }} ({{ module.title }})</h5>
|
<h5>{{ $t("ID_NEW_CASES_LISTS") }} ({{ module.title }})</h5>
|
||||||
<b-form @submit="onSubmit">
|
<b-form>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="6">
|
<b-col cols="6">
|
||||||
<b-row>
|
<b-row>
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
<b-button variant="outline-primary" @click="showPreview">{{
|
<b-button variant="outline-primary" @click="showPreview">{{
|
||||||
$t("ID_PREVIEW")
|
$t("ID_PREVIEW")
|
||||||
}}</b-button>
|
}}</b-button>
|
||||||
<b-button type="submit" variant="primary">{{
|
<b-button variant="primary" @click="onSubmit">{{
|
||||||
$t("ID_SAVE")
|
$t("ID_SAVE")
|
||||||
}}</b-button>
|
}}</b-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user