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
|
* @param {Array} data
|
||||||
*/
|
*/
|
||||||
filterDataToExport(data) {
|
filterDataToExport(data) {
|
||||||
var dataExport = [];
|
var dataExport;
|
||||||
dataExport.push({
|
dataExport = {
|
||||||
type: data['type'],
|
type: data['type'],
|
||||||
name: data['name'],
|
name: data['name'],
|
||||||
description: data['description'],
|
description: data['description'],
|
||||||
@@ -263,7 +263,7 @@ export default {
|
|||||||
iconColorScreen: data['iconColorScreen'],
|
iconColorScreen: data['iconColorScreen'],
|
||||||
createDate: data['createDate'],
|
createDate: data['createDate'],
|
||||||
updateDate: data['updateDate']
|
updateDate: data['updateDate']
|
||||||
});
|
};
|
||||||
return dataExport;
|
return dataExport;
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -10145,6 +10145,12 @@ msgstr "Import connection"
|
|||||||
msgid "CSV Import"
|
msgid "CSV Import"
|
||||||
msgstr "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
|
# TRANSLATION
|
||||||
# LABEL/ID_IMPORT_DATA_CSV
|
# LABEL/ID_IMPORT_DATA_CSV
|
||||||
#: LABEL/ID_IMPORT_DATA_CSV
|
#: LABEL/ID_IMPORT_DATA_CSV
|
||||||
@@ -20153,6 +20159,12 @@ msgstr "New case"
|
|||||||
msgid "% New Cases"
|
msgid "% New Cases"
|
||||||
msgstr "% 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
|
# TRANSLATION
|
||||||
# LABEL/ID_NEW_CASE_PANEL
|
# LABEL/ID_NEW_CASE_PANEL
|
||||||
#: LABEL/ID_NEW_CASE_PANEL
|
#: LABEL/ID_NEW_CASE_PANEL
|
||||||
@@ -21587,6 +21599,12 @@ msgstr "The PIN is invalid"
|
|||||||
msgid "please"
|
msgid "please"
|
||||||
msgstr "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
|
# TRANSLATION
|
||||||
# LABEL/ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED
|
# LABEL/ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED
|
||||||
#: LABEL/ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED
|
#: LABEL/ID_PLEASE_ADD_THE_FILE_SETTINGS_TO_BE_UPLOADED
|
||||||
|
|||||||
@@ -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_BPMN','en','Import BPMN','2015-02-20') ,
|
||||||
( 'LABEL','ID_IMPORT_CONNECTION','en','Import connection','2020-12-10') ,
|
( 'LABEL','ID_IMPORT_CONNECTION','en','Import connection','2020-12-10') ,
|
||||||
( 'LABEL','ID_IMPORT_CSV','en','CSV Import','2014-01-15') ,
|
( '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_DATA_CSV','en','Import Data from CSV file','2014-01-15') ,
|
||||||
( 'LABEL','ID_IMPORT_LICENSE','en','Import license','2014-09-18') ,
|
( 'LABEL','ID_IMPORT_LICENSE','en','Import license','2014-09-18') ,
|
||||||
( 'LABEL','ID_IMPORT_PMT','en','Import PM Table','2014-01-15') ,
|
( '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_BPMN_PROJECT','en','New BPMN Project','2015-08-18') ,
|
||||||
( 'LABEL','ID_NEW_CASE','en','New case','2014-01-15') ,
|
( 'LABEL','ID_NEW_CASE','en','New case','2014-01-15') ,
|
||||||
( 'LABEL','ID_NEW_CASES','en','% New Cases','2015-04-06') ,
|
( '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_PANEL','en','New Case Panel','2014-01-15') ,
|
||||||
( 'LABEL','ID_NEW_CASE_SCHEDULER','en','New Case Scheduler','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') ,
|
( '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','en','Pin','2015-05-08') ,
|
||||||
( 'LABEL','ID_PIN_INVALID','en','The PIN is invalid','2014-01-15') ,
|
( 'LABEL','ID_PIN_INVALID','en','The PIN is invalid','2014-01-15') ,
|
||||||
( 'LABEL','ID_PLEASE','en','please','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_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_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') ,
|
( 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23') ,
|
||||||
|
|||||||
Reference in New Issue
Block a user