PMCORE-3597
This commit is contained in:
@@ -16,14 +16,6 @@
|
|||||||
stacked
|
stacked
|
||||||
></b-form-radio-group>
|
></b-form-radio-group>
|
||||||
<b-form-group> </b-form-group>
|
<b-form-group> </b-form-group>
|
||||||
<b-form-checkbox
|
|
||||||
id="checkbox-1"
|
|
||||||
v-model="byProcessName"
|
|
||||||
name="checkbox-1"
|
|
||||||
value="processName"
|
|
||||||
>
|
|
||||||
{{ $t("ID_BY_PROCESS_NAME") }}
|
|
||||||
</b-form-checkbox>
|
|
||||||
<b-form-checkbox
|
<b-form-checkbox
|
||||||
id="checkbox-2"
|
id="checkbox-2"
|
||||||
v-model="byProcessCategory"
|
v-model="byProcessCategory"
|
||||||
@@ -32,6 +24,14 @@
|
|||||||
>
|
>
|
||||||
{{ $t("ID_BY_PROCESS_CATEGORY") }}
|
{{ $t("ID_BY_PROCESS_CATEGORY") }}
|
||||||
</b-form-checkbox>
|
</b-form-checkbox>
|
||||||
|
<b-form-checkbox
|
||||||
|
id="checkbox-1"
|
||||||
|
v-model="byProcessName"
|
||||||
|
name="checkbox-1"
|
||||||
|
value="processName"
|
||||||
|
>
|
||||||
|
{{ $t("ID_BY_PROCESS_NAME") }}
|
||||||
|
</b-form-checkbox>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
</template>
|
</template>
|
||||||
</SearchPopover>
|
</SearchPopover>
|
||||||
|
|||||||
@@ -17,14 +17,6 @@
|
|||||||
stacked
|
stacked
|
||||||
></b-form-radio-group>
|
></b-form-radio-group>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
<b-form-checkbox
|
|
||||||
id="checkbox-1"
|
|
||||||
v-model="byProcessName"
|
|
||||||
name="checkbox-1"
|
|
||||||
value="processName"
|
|
||||||
>
|
|
||||||
{{$t('ID_BY_PROCESS_NAME') }}
|
|
||||||
</b-form-checkbox>
|
|
||||||
<b-form-checkbox
|
<b-form-checkbox
|
||||||
id="checkbox-2"
|
id="checkbox-2"
|
||||||
v-model="byProcessCategory"
|
v-model="byProcessCategory"
|
||||||
@@ -33,7 +25,14 @@
|
|||||||
>
|
>
|
||||||
{{$t('ID_BY_PROCESS_CATEGORY') }}
|
{{$t('ID_BY_PROCESS_CATEGORY') }}
|
||||||
</b-form-checkbox>
|
</b-form-checkbox>
|
||||||
|
<b-form-checkbox
|
||||||
|
id="checkbox-1"
|
||||||
|
v-model="byProcessName"
|
||||||
|
name="checkbox-1"
|
||||||
|
value="processName"
|
||||||
|
>
|
||||||
|
{{$t('ID_BY_PROCESS_NAME') }}
|
||||||
|
</b-form-checkbox>
|
||||||
</template>
|
</template>
|
||||||
</SearchPopover>
|
</SearchPopover>
|
||||||
|
|
||||||
|
|||||||
@@ -49,12 +49,12 @@
|
|||||||
<div slot="case_status" slot-scope="props">
|
<div slot="case_status" slot-scope="props">
|
||||||
{{ props.row.APP_STATUS }}
|
{{ props.row.APP_STATUS }}
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="task" slot-scope="props">
|
<div slot="task" slot-scope="props">
|
||||||
<TaskCell :data="props.row.TASK" />
|
<TaskCell :data="props.row.TASK" />
|
||||||
</div>
|
</div>
|
||||||
@@ -145,8 +145,8 @@ export default {
|
|||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
"case_number",
|
"case_number",
|
||||||
"process_name",
|
|
||||||
"process_category",
|
"process_category",
|
||||||
|
"process_name",
|
||||||
"status",
|
"status",
|
||||||
"thread_title",
|
"thread_title",
|
||||||
"task",
|
"task",
|
||||||
@@ -161,8 +161,8 @@ export default {
|
|||||||
filterable: false,
|
filterable: false,
|
||||||
headings: {
|
headings: {
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
status: this.$i18n.t("ID_STATUS"),
|
status: this.$i18n.t("ID_STATUS"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
|
|||||||
@@ -55,12 +55,12 @@
|
|||||||
<div slot="case_title" slot-scope="props">
|
<div slot="case_title" slot-scope="props">
|
||||||
{{ props.row.THREAD_TITLE }}
|
{{ props.row.THREAD_TITLE }}
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="task" slot-scope="props">
|
<div slot="task" slot-scope="props">
|
||||||
<TaskCell :data="props.row.TASK" />
|
<TaskCell :data="props.row.TASK" />
|
||||||
</div>
|
</div>
|
||||||
@@ -130,12 +130,12 @@
|
|||||||
<span v-if="column === 'thread_title'" class="v-card-text-highlight">
|
<span v-if="column === 'thread_title'" class="v-card-text-highlight">
|
||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="column === 'process_name'" class="v-card-text-highlight">
|
|
||||||
{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
<span v-if="column === 'process_category'" class="v-card-text-highlight">
|
<span v-if="column === 'process_category'" class="v-card-text-highlight">
|
||||||
{{ props["item"]["PROCESS_CATEGORY"] }}
|
{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
|
<span v-if="column === 'process_name'" class="v-card-text-highlight">
|
||||||
|
{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
<span v-if="column === 'due_date'" class="v-card-text-highlight">
|
<span v-if="column === 'due_date'" class="v-card-text-highlight">
|
||||||
{{ props["item"]["DUE_DATE"] }}
|
{{ props["item"]["DUE_DATE"] }}
|
||||||
</span>
|
</span>
|
||||||
@@ -187,12 +187,12 @@
|
|||||||
<span v-if="column === 'thread_title'" class="v-card-text-highlight">
|
<span v-if="column === 'thread_title'" class="v-card-text-highlight">
|
||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="column === 'process_name'" class="v-card-text-highlight">
|
|
||||||
{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
<span v-if="column === 'process_category'" class="v-card-text-highlight">
|
<span v-if="column === 'process_category'" class="v-card-text-highlight">
|
||||||
{{ props["item"]["PROCESS_CATEGORY"] }}
|
{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
|
<span v-if="column === 'process_name'" class="v-card-text-highlight">
|
||||||
|
{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
<span v-if="column === 'due_date'" class="v-card-text-highlight">
|
<span v-if="column === 'due_date'" class="v-card-text-highlight">
|
||||||
{{ props["item"]["DUE_DATE"] }}
|
{{ props["item"]["DUE_DATE"] }}
|
||||||
</span>
|
</span>
|
||||||
@@ -565,28 +565,6 @@ export default {
|
|||||||
return `${this.tagPrefix}: ${data[0].label || ""}`;
|
return `${this.tagPrefix}: ${data[0].label || ""}`;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
processName: {
|
|
||||||
group: "checkbox",
|
|
||||||
type: "ProcessName",
|
|
||||||
id: "processName",
|
|
||||||
title: `${this.$i18n.t('ID_FILTER')}: ${this.$i18n.t('ID_BY_PROCESS_NAME')}`,
|
|
||||||
optionLabel: this.$i18n.t('ID_BY_PROCESS_NAME'),
|
|
||||||
detail: "",
|
|
||||||
tagText: "",
|
|
||||||
tagPrefix: this.$i18n.t('ID_SEARCH_BY_PROCESS_NAME'),
|
|
||||||
autoShow: false,
|
|
||||||
items:[
|
|
||||||
{
|
|
||||||
id: "process",
|
|
||||||
value: "",
|
|
||||||
options: [],
|
|
||||||
placeholder: this.$i18n.t('ID_PROCESS_NAME')
|
|
||||||
}
|
|
||||||
],
|
|
||||||
makeTagText: function (params, data) {
|
|
||||||
return `${this.tagPrefix} ${data[0].options && data[0].options.label || ''}`;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
processCategory: {
|
processCategory: {
|
||||||
group: "checkbox",
|
group: "checkbox",
|
||||||
type: "ProcessCategory",
|
type: "ProcessCategory",
|
||||||
@@ -609,6 +587,28 @@ export default {
|
|||||||
return `${this.tagPrefix} ${data[0].options && data[0].options.label || ''}`;
|
return `${this.tagPrefix} ${data[0].options && data[0].options.label || ''}`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
processName: {
|
||||||
|
group: "checkbox",
|
||||||
|
type: "ProcessName",
|
||||||
|
id: "processName",
|
||||||
|
title: `${this.$i18n.t('ID_FILTER')}: ${this.$i18n.t('ID_BY_PROCESS_NAME')}`,
|
||||||
|
optionLabel: this.$i18n.t('ID_BY_PROCESS_NAME'),
|
||||||
|
detail: "",
|
||||||
|
tagText: "",
|
||||||
|
tagPrefix: this.$i18n.t('ID_SEARCH_BY_PROCESS_NAME'),
|
||||||
|
autoShow: false,
|
||||||
|
items:[
|
||||||
|
{
|
||||||
|
id: "process",
|
||||||
|
value: "",
|
||||||
|
options: [],
|
||||||
|
placeholder: this.$i18n.t('ID_PROCESS_NAME')
|
||||||
|
}
|
||||||
|
],
|
||||||
|
makeTagText: function (params, data) {
|
||||||
|
return `${this.tagPrefix} ${data[0].options && data[0].options.label || ''}`;
|
||||||
|
}
|
||||||
|
},
|
||||||
showUserTooltip: true
|
showUserTooltip: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -51,12 +51,12 @@
|
|||||||
<div slot="thread_title" slot-scope="props">
|
<div slot="thread_title" slot-scope="props">
|
||||||
{{ props.row.THREAD_TITLE }}
|
{{ props.row.THREAD_TITLE }}
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="task" slot-scope="props">
|
<div slot="task" slot-scope="props">
|
||||||
<TaskCell :data="props.row.TASK" />
|
<TaskCell :data="props.row.TASK" />
|
||||||
</div>
|
</div>
|
||||||
@@ -99,14 +99,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -115,6 +107,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -181,14 +181,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -197,6 +189,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -314,8 +314,8 @@ export default {
|
|||||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
priority: this.$i18n.t("ID_PRIORITY"),
|
priority: this.$i18n.t("ID_PRIORITY"),
|
||||||
actions: ""
|
actions: ""
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ export default {
|
|||||||
detail: "",
|
detail: "",
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
||||||
due_date: this.$i18n.t("ID_DUE_DATE"),
|
due_date: this.$i18n.t("ID_DUE_DATE"),
|
||||||
|
|||||||
@@ -46,12 +46,12 @@
|
|||||||
<div slot="thread_title" slot-scope="props">
|
<div slot="thread_title" slot-scope="props">
|
||||||
{{ props.row.THREAD_TITLE }}
|
{{ props.row.THREAD_TITLE }}
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="task" slot-scope="props">
|
<div slot="task" slot-scope="props">
|
||||||
<TaskCell :data="props.row.TASK" />
|
<TaskCell :data="props.row.TASK" />
|
||||||
</div>
|
</div>
|
||||||
@@ -106,14 +106,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -122,6 +114,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -195,14 +195,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -211,6 +203,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -345,8 +345,8 @@ export default {
|
|||||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
send_by: this.$i18n.t("ID_SEND_BY"),
|
send_by: this.$i18n.t("ID_SEND_BY"),
|
||||||
due_date: this.$i18n.t("ID_DUE_DATE"),
|
due_date: this.$i18n.t("ID_DUE_DATE"),
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ export default {
|
|||||||
headings: {
|
headings: {
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
send_by: this.$i18n.t("ID_SEND_BY"),
|
send_by: this.$i18n.t("ID_SEND_BY"),
|
||||||
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
||||||
@@ -65,8 +65,8 @@ export default {
|
|||||||
columns: [
|
columns: [
|
||||||
"case_number",
|
"case_number",
|
||||||
"thread_title",
|
"thread_title",
|
||||||
"process_name",
|
|
||||||
"process_category",
|
"process_category",
|
||||||
|
"process_name",
|
||||||
"due_date",
|
"due_date",
|
||||||
"delegation_date",
|
"delegation_date",
|
||||||
"priority",
|
"priority",
|
||||||
|
|||||||
@@ -47,12 +47,12 @@
|
|||||||
<div slot="thread_title" slot-scope="props">
|
<div slot="thread_title" slot-scope="props">
|
||||||
<ThreadTitleCell :data="props.row.THREAD_TITLE" />
|
<ThreadTitleCell :data="props.row.THREAD_TITLE" />
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="pending_taks" slot-scope="props">
|
<div slot="pending_taks" slot-scope="props">
|
||||||
<GroupedCell :data="props.row.PENDING_TASKS" />
|
<GroupedCell :data="props.row.PENDING_TASKS" />
|
||||||
</div>
|
</div>
|
||||||
@@ -163,8 +163,8 @@ export default {
|
|||||||
filterable: false,
|
filterable: false,
|
||||||
headings: {
|
headings: {
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
pending_taks: this.$i18n.t("ID_PENDING_TASKS"),
|
pending_taks: this.$i18n.t("ID_PENDING_TASKS"),
|
||||||
status: this.$i18n.t("ID_CASESLIST_APP_STATUS"),
|
status: this.$i18n.t("ID_CASESLIST_APP_STATUS"),
|
||||||
|
|||||||
@@ -45,12 +45,12 @@
|
|||||||
<div slot="thread_title" slot-scope="props">
|
<div slot="thread_title" slot-scope="props">
|
||||||
{{ props.row.THREAD_TITLE }}
|
{{ props.row.THREAD_TITLE }}
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="task" slot-scope="props">
|
<div slot="task" slot-scope="props">
|
||||||
<TaskCell :data="props.row.TASK" />
|
<TaskCell :data="props.row.TASK" />
|
||||||
</div>
|
</div>
|
||||||
@@ -105,14 +105,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -121,6 +113,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -194,14 +194,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -210,6 +202,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -345,8 +345,8 @@ export default {
|
|||||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
send_by: this.$i18n.t("ID_SEND_BY"),
|
send_by: this.$i18n.t("ID_SEND_BY"),
|
||||||
due_date: this.$i18n.t("ID_DUE_DATE"),
|
due_date: this.$i18n.t("ID_DUE_DATE"),
|
||||||
|
|||||||
@@ -52,8 +52,8 @@ export default {
|
|||||||
headings: {
|
headings: {
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
send_by: this.$i18n.t("ID_SEND_BY"),
|
send_by: this.$i18n.t("ID_SEND_BY"),
|
||||||
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
||||||
@@ -64,8 +64,8 @@ export default {
|
|||||||
columns: [
|
columns: [
|
||||||
"case_number",
|
"case_number",
|
||||||
"thread_title",
|
"thread_title",
|
||||||
"process_name",
|
|
||||||
"process_category",
|
"process_category",
|
||||||
|
"process_name",
|
||||||
"due_date",
|
"due_date",
|
||||||
"delegation_date",
|
"delegation_date",
|
||||||
"priority",
|
"priority",
|
||||||
|
|||||||
@@ -43,12 +43,12 @@
|
|||||||
<div slot="thread_title" slot-scope="props">
|
<div slot="thread_title" slot-scope="props">
|
||||||
{{ props.row.THREAD_TITLE }}
|
{{ props.row.THREAD_TITLE }}
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props">
|
|
||||||
{{ props.row.PROCESS_NAME }}
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props">
|
<div slot="process_category" slot-scope="props">
|
||||||
{{ props.row.PROCESS_CATEGORY }}
|
{{ props.row.PROCESS_CATEGORY }}
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props">
|
||||||
|
{{ props.row.PROCESS_NAME }}
|
||||||
|
</div>
|
||||||
<div slot="task" slot-scope="props">
|
<div slot="task" slot-scope="props">
|
||||||
<TaskCell :data="props.row.TASK" />
|
<TaskCell :data="props.row.TASK" />
|
||||||
</div>
|
</div>
|
||||||
@@ -100,14 +100,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -116,6 +108,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -189,14 +189,6 @@
|
|||||||
{{ props["item"]["THREAD_TITLE"] }}
|
{{ props["item"]["THREAD_TITLE"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div slot="process_name" slot-scope="props" class="v-card-text">
|
|
||||||
<span class="v-card-text-dark"
|
|
||||||
>{{ props["headings"][props.column] }} :</span
|
|
||||||
>
|
|
||||||
<span class="v-card-text-light"
|
|
||||||
>{{ props["item"]["PROCESS_NAME"] }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div slot="process_category" slot-scope="props" class="v-card-text">
|
<div slot="process_category" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -205,6 +197,14 @@
|
|||||||
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
>{{ props["item"]["PROCESS_CATEGORY"] }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div slot="process_name" slot-scope="props" class="v-card-text">
|
||||||
|
<span class="v-card-text-dark"
|
||||||
|
>{{ props["headings"][props.column] }} :</span
|
||||||
|
>
|
||||||
|
<span class="v-card-text-light"
|
||||||
|
>{{ props["item"]["PROCESS_NAME"] }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div slot="due_date" slot-scope="props" class="v-card-text">
|
<div slot="due_date" slot-scope="props" class="v-card-text">
|
||||||
<span class="v-card-text-dark"
|
<span class="v-card-text-dark"
|
||||||
>{{ props["headings"][props.column] }} :</span
|
>{{ props["headings"][props.column] }} :</span
|
||||||
@@ -337,8 +337,8 @@ export default {
|
|||||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
send_by: this.$i18n.t("ID_SEND_BY"),
|
send_by: this.$i18n.t("ID_SEND_BY"),
|
||||||
due_date: this.$i18n.t("ID_DUE_DATE"),
|
due_date: this.$i18n.t("ID_DUE_DATE"),
|
||||||
|
|||||||
@@ -52,8 +52,8 @@ export default {
|
|||||||
headings: {
|
headings: {
|
||||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||||
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
|
||||||
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
|
||||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||||
|
process_name: this.$i18n.t("ID_PROCESS_NAME"),
|
||||||
task: this.$i18n.t("ID_TASK"),
|
task: this.$i18n.t("ID_TASK"),
|
||||||
send_by: this.$i18n.t("ID_SEND_BY"),
|
send_by: this.$i18n.t("ID_SEND_BY"),
|
||||||
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
current_user: this.$i18n.t("ID_CURRENT_USER"),
|
||||||
@@ -64,8 +64,8 @@ export default {
|
|||||||
columns: [
|
columns: [
|
||||||
"case_number",
|
"case_number",
|
||||||
"thread_title",
|
"thread_title",
|
||||||
"process_name",
|
|
||||||
"process_category",
|
"process_category",
|
||||||
|
"process_name",
|
||||||
"due_date",
|
"due_date",
|
||||||
"delegation_date",
|
"delegation_date",
|
||||||
"priority",
|
"priority",
|
||||||
|
|||||||
@@ -383,8 +383,8 @@ class CaseList extends Model
|
|||||||
'set' => true
|
'set' => true
|
||||||
], [
|
], [
|
||||||
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
|
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
|
||||||
'field' => 'process_name',
|
'field' => 'process_category',
|
||||||
'name' => G::LoadTranslation('ID_PROCESS_NAME'),
|
'name' => G::LoadTranslation('ID_PROCESS_CATEGORY'),
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'source' => 'APPLICATION',
|
'source' => 'APPLICATION',
|
||||||
'typeSearch' => 'search text',
|
'typeSearch' => 'search text',
|
||||||
@@ -392,8 +392,8 @@ class CaseList extends Model
|
|||||||
'set' => true
|
'set' => true
|
||||||
], [
|
], [
|
||||||
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
|
'list' => ['inbox', 'draft', 'paused', 'unassigned'],
|
||||||
'field' => 'process_category',
|
'field' => 'process_name',
|
||||||
'name' => G::LoadTranslation('ID_PROCESS_CATEGORY'),
|
'name' => G::LoadTranslation('ID_PROCESS_NAME'),
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'source' => 'APPLICATION',
|
'source' => 'APPLICATION',
|
||||||
'typeSearch' => 'search text',
|
'typeSearch' => 'search text',
|
||||||
|
|||||||
Reference in New Issue
Block a user