PMCORE-3301 Custom cases list: Can not import a JSON related to the custom Caselist
This commit is contained in:
@@ -249,8 +249,8 @@ export default {
|
||||
* @param {Array} data
|
||||
*/
|
||||
filterDataToExport(data) {
|
||||
var dataExport = [];
|
||||
dataExport.push({
|
||||
var dataExport;
|
||||
dataExport = {
|
||||
type: data['type'],
|
||||
name: data['name'],
|
||||
description: data['description'],
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
iconColorScreen: data['iconColorScreen'],
|
||||
createDate: data['createDate'],
|
||||
updateDate: data['updateDate']
|
||||
});
|
||||
};
|
||||
return dataExport;
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user