PMC-32
This commit is contained in:
committed by
Paula Quispe
parent
bddc2906a6
commit
ef84cd1523
@@ -178,7 +178,29 @@ PMExtJSCommon = function() {
|
||||
Tools.createCookie(name,"",-1);
|
||||
}
|
||||
}
|
||||
|
||||
this.emailConst = {
|
||||
appMsgTypeWithoutTask:['EXTERNAL_REGISTRATION','TEST','CASE_NOTE','SOAP','RETRIEVE_PASSWORD'],
|
||||
appMsgTypeWithConditionalTask:['PM_FUNCTION'],
|
||||
appMsgTypeWithoutCase:['EXTERNAL_REGISTRATION','TEST','RETRIEVE_PASSWORD'],
|
||||
appMsgTypeWithoutProcess:['EXTERNAL_REGISTRATION','TEST','RETRIEVE_PASSWORD'],
|
||||
appMsgTypeWithoutNumber:['EXTERNAL_REGISTRATION','TEST','RETRIEVE_PASSWORD'],
|
||||
numberColumn:{
|
||||
name:'APP_NUMBER',
|
||||
defaultValue:'N/A'
|
||||
},
|
||||
taskColumn:{
|
||||
name:'TAS_TITLE',
|
||||
defaultValue:'N/A'
|
||||
},
|
||||
caseColumn:{
|
||||
name:'APP_TITLE',
|
||||
defaultValue:'N/A'
|
||||
},
|
||||
processColumn:{
|
||||
name:'PRO_TITLE',
|
||||
defaultValue:'N/A'
|
||||
}
|
||||
}
|
||||
}
|
||||
var PMExt = new PMExtJSCommon();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user