PMCORE-2605:Next Home: the column messages is not working

fix conflicts

check code style

check code style
This commit is contained in:
Rodrigo Quelca
2020-12-21 11:07:51 +00:00
parent 1943e8ec22
commit 6b9cdcc135
11 changed files with 108 additions and 35 deletions

View File

@@ -445,11 +445,11 @@ export default {
let data = [];
_.forEach(response, (v) => {
data.push({
TASK: {
TASK: [{
TITLE: v.TAS_TITLE,
CODE_COLOR: v.TAS_COLOR,
COLOR: v.TAS_COLOR_LABEL,
},
}],
CASE_TITLE: v.DEL_TITLE,
ASSIGNEE: v.USR_FIRSTNAME + " " + v.USR_LASTNAME,
STATUS: v.DEL_THREAD_STATUS,