Merged in bugfix/PMCORE-3338 (pull request #8142)
PMCORE-3338 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
d2fef564ef
@@ -241,9 +241,9 @@ export default {
|
||||
{
|
||||
type: "CaseTitle",
|
||||
id: "caseTitle",
|
||||
title: `${this.$i18n.t('ID_FILTER')}: ${this.$i18n.t('ID_BY_CASE_TITLE')}`,
|
||||
optionLabel: this.$i18n.t('ID_BY_CASE_TITLE'),
|
||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_TITLE'),
|
||||
title: `${this.$i18n.t('ID_FILTER')}: ${this.$i18n.t('ID_BY_TASK_THREAD_TITLE')}`,
|
||||
optionLabel: this.$i18n.t('ID_BY_TASK_THREAD_TITLE'),
|
||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_TASK_THREAD_TITLE'),
|
||||
detail: "",
|
||||
tagText: "",
|
||||
items:[
|
||||
|
||||
@@ -125,9 +125,9 @@ export default {
|
||||
{
|
||||
type: "CaseTitle",
|
||||
id: "caseTitle",
|
||||
title: `${this.$i18n.t('ID_FILTER')}: ${this.$i18n.t('ID_BY_CASE_TITLE')}`,
|
||||
optionLabel: this.$i18n.t('ID_BY_CASE_TITLE'),
|
||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_TITLE'),
|
||||
title: `${this.$i18n.t('ID_FILTER')}: ${this.$i18n.t('ID_BY_TASK_THREAD_TITLE')}`,
|
||||
optionLabel: this.$i18n.t('ID_BY_TASK_THREAD_TITLE'),
|
||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_TASK_THREAD_TITLE'),
|
||||
detail: "",
|
||||
tagText: "",
|
||||
items:[
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<b-form-input
|
||||
id="name-input"
|
||||
v-model="filter[0].value"
|
||||
:placeholder="$t('ID_CASE_TITLE_NAME')"
|
||||
:placeholder="$t('ID_TASK_THREAD_TITLE_NAME')"
|
||||
:state="valueState"
|
||||
required
|
||||
></b-form-input>
|
||||
|
||||
Reference in New Issue
Block a user