PMCORE-3338:Case Title should be Relabeled as Task Thread Title in Advanced Search options PMCORE_3.7.0 build

This commit is contained in:
Fabio Guachalla
2021-09-17 17:24:05 -04:00
parent afa1dc5e21
commit f2f269a2f7
5 changed files with 35 additions and 7 deletions

View File

@@ -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:[

View File

@@ -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:[

View File

@@ -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>