PMCORE-2605:Next Home: the column messages is not working
fix conflicts check code style check code style
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user