PMCORE-3301 Custom cases list: Can not import a JSON related to the custom Caselist

This commit is contained in:
Roly Gutierrez
2021-09-09 17:00:01 -04:00
parent be127e5b38
commit 1a2b777ca3
3 changed files with 24 additions and 3 deletions

View File

@@ -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;
},
/**

View File

@@ -10145,6 +10145,12 @@ msgstr "Import connection"
msgid "CSV Import"
msgstr "CSV Import"
# TRANSLATION
# LABEL/ID_IMPORT_CUSTOM_CASE_LIST
#: LABEL/ID_IMPORT_CUSTOM_CASE_LIST
msgid "Import Custom Case List"
msgstr "Import Custom Case List"
# TRANSLATION
# LABEL/ID_IMPORT_DATA_CSV
#: LABEL/ID_IMPORT_DATA_CSV
@@ -20153,6 +20159,12 @@ msgstr "New case"
msgid "% New Cases"
msgstr "% New Cases"
# TRANSLATION
# LABEL/ID_NEW_CASES_LISTS
#: LABEL/ID_NEW_CASES_LISTS
msgid "New Case List"
msgstr "New Case List"
# TRANSLATION
# LABEL/ID_NEW_CASE_PANEL
#: LABEL/ID_NEW_CASE_PANEL
@@ -21587,6 +21599,12 @@ msgstr "The PIN is invalid"
msgid "please"
msgstr "please"
# TRANSLATION
# LABEL/ID_PLEASE_ADD_THE_CUSTOM_LIST_FILE_TO_BE_UPLOADED
#: LABEL/ID_PLEASE_ADD_THE_CUSTOM_LIST_FILE_TO_BE_UPLOADED
msgid "Please add the Custom List File to be uploaded"
msgstr "Please add the Custom List File to be uploaded"
# TRANSLATION
# LABEL/ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED
#: LABEL/ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED

View File

@@ -58548,6 +58548,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_IMPORT_BPMN','en','Import BPMN','2015-02-20') ,
( 'LABEL','ID_IMPORT_CONNECTION','en','Import connection','2020-12-10') ,
( 'LABEL','ID_IMPORT_CSV','en','CSV Import','2014-01-15') ,
( 'LABEL','ID_IMPORT_CUSTOM_CASE_LIST','en','Import Custom Case List','2021-09-09') ,
( 'LABEL','ID_IMPORT_DATA_CSV','en','Import Data from CSV file','2014-01-15') ,
( 'LABEL','ID_IMPORT_LICENSE','en','Import license','2014-09-18') ,
( 'LABEL','ID_IMPORT_PMT','en','Import PM Table','2014-01-15') ,
@@ -60258,6 +60259,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_NEW_BPMN_PROJECT','en','New BPMN Project','2015-08-18') ,
( 'LABEL','ID_NEW_CASE','en','New case','2014-01-15') ,
( 'LABEL','ID_NEW_CASES','en','% New Cases','2015-04-06') ,
( 'LABEL','ID_NEW_CASES_LISTS','en','New Case List','2021-09-09') ,
( 'LABEL','ID_NEW_CASE_PANEL','en','New Case Panel','2014-01-15') ,
( 'LABEL','ID_NEW_CASE_SCHEDULER','en','New Case Scheduler','2014-01-15') ,
( 'LABEL','ID_NEW_CATEGORY','en','Create New Category','2014-01-15') ,
@@ -60506,6 +60508,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PIN','en','Pin','2015-05-08') ,
( 'LABEL','ID_PIN_INVALID','en','The PIN is invalid','2014-01-15') ,
( 'LABEL','ID_PLEASE','en','please','2014-01-15') ,
( 'LABEL','ID_PLEASE_ADD_THE_CUSTOM_LIST_FILE_TO_BE_UPLOADED','en','Please add the Custom List File to be uploaded','2021-09-09') ,
( 'LABEL','ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED','en','Please add the file settings to be uploaded','2020-12-10') ,
( 'LABEL','ID_PLEASE_CHANGE_PASSWORD_POLICY','en','Please change your password to one that complies with these policies.','2014-01-15') ,
( 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23') ,