From 8718f7e84ec582f5164b0f99bb4e323de8df1b9b Mon Sep 17 00:00:00 2001 From: alex_santos Date: Thu, 11 May 2017 10:11:12 -0400 Subject: [PATCH] =?UTF-8?q?FBI-1641:=20Agregar=20validaci=C3=B3n=20para=20?= =?UTF-8?q?caracteres=20especiales=20para=20los=20nombres=20de=20proceso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/templates/processes/main.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index f2580a500..a869ee41d 100644 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -820,7 +820,6 @@ function newProcess(params) 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'}, @@ -837,16 +836,7 @@ function newProcess(params) xtype:'textarea', width: 260 }, - ProcessCategories/*, - { - id: 'editor', - xtype: 'radiogroup', - fieldLabel: _('ID_OPEN_WITH'), - items: [ - {boxLabel: _('ID_CLASSIC_EDITOR'), name: 'editor', inputValue: 'classic', checked: true}, - {boxLabel: _('ID_BPMN_EDITOR'), name: 'editor', inputValue: 'bpmn'} - ] - }*/ + ProcessCategories ], buttons : [{ text : _('ID_CREATE'),