Al derivar de un script task y end email no envía el correo

R-1763
Process Name - limit size

R-1763
Process Name - limit size
This commit is contained in:
Dheeyi William
2016-09-01 14:51:00 -04:00
parent db477509b2
commit f59382b176
4 changed files with 37 additions and 17 deletions

View File

@@ -813,9 +813,11 @@ function newProcess(params)
fieldLabel: _('ID_TITLE'),
xtype:'textfield',
width: 260,
maxLength: 100,
maskRe: /^(?!^(PRN|AUX|CLOCK\$|NUL|CON|COM\d|LPT\d|\...*)(\..+)?$)[^\x00-\x1f\\?*\";|/]+$/i,
allowBlank: false,
vtype: "textWithoutTags",
autoCreate: {tag: 'input', type: 'text', size: '100', autocomplete: 'off', maxlength: '100'},
listeners: {
'focus' : function(value){
document.getElementById("PRO_TITLE").onpaste = function() {