PMCORE-3231:Uses filterCases instead caseNumber
This commit is contained in:
@@ -230,7 +230,7 @@ export default {
|
|||||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'),
|
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'),
|
||||||
items:[
|
items:[
|
||||||
{
|
{
|
||||||
id: "caseNumber",
|
id: "filterCases",
|
||||||
value: ""
|
value: ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ export default {
|
|||||||
tagPrefix: this.$i18n.t("ID_SEARCH_BY_CASE_NUMBER"),
|
tagPrefix: this.$i18n.t("ID_SEARCH_BY_CASE_NUMBER"),
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
id: "caseNumber",
|
id: "filterCases",
|
||||||
value: "",
|
value: "",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ export default {
|
|||||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'),
|
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'),
|
||||||
items:[
|
items:[
|
||||||
{
|
{
|
||||||
id: "caseNumber",
|
id: "filterCases",
|
||||||
value: ""
|
value: ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user