PM-1709 "Designer: Perdida del proceso original al..." SOLVED
Issue:
Designer: Perdida del proceso original al importar uno con el mismo nombre
Cause:
Nuevo requerimiento de funciones
Solution:
Se ha eliminado la opcion "Disable the current process and create a
new version of the process"
This commit is contained in:
@@ -1033,34 +1033,42 @@ importProcessExistProcess = function()
|
|||||||
}, {
|
}, {
|
||||||
xtype : 'spacer',
|
xtype : 'spacer',
|
||||||
height : 10
|
height : 10
|
||||||
}, {
|
},
|
||||||
items : [
|
{
|
||||||
{
|
items: [
|
||||||
xtype : "radio",
|
{
|
||||||
boxLabel : _('IMPORT_PROCESS_OVERWRITING'),
|
xtype: "radio",
|
||||||
name : "IMPORT_OPTION",
|
name: "IMPORT_OPTION",
|
||||||
inputValue : '1',
|
inputValue: "3",
|
||||||
tabIndex : 1
|
boxLabel: _("IMPORT_PROCESS_NEW"),
|
||||||
}
|
tabIndex: 3,
|
||||||
|
checked: "checked"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}, {
|
},
|
||||||
items : [{
|
//{
|
||||||
xtype : "radio",
|
// items: [
|
||||||
boxLabel : _('IMPORT_PROCESS_DISABLE'),
|
// {
|
||||||
tabIndex : 2,
|
// xtype: "radio",
|
||||||
name : "IMPORT_OPTION",
|
// name: "IMPORT_OPTION",
|
||||||
inputValue : '2',
|
// inputValue: "2",
|
||||||
checked : "checked"
|
// boxLabel: _("IMPORT_PROCESS_DISABLE"),
|
||||||
}]
|
// tabIndex: 2
|
||||||
}, {
|
// }
|
||||||
items: [{
|
// ]
|
||||||
xtype : "radio",
|
//},
|
||||||
boxLabel : _('IMPORT_PROCESS_NEW'),
|
{
|
||||||
name : "IMPORT_OPTION",
|
items: [
|
||||||
inputValue : '3',
|
{
|
||||||
tabIndex : 3
|
xtype: "radio",
|
||||||
}]
|
name: "IMPORT_OPTION",
|
||||||
}, {
|
inputValue: "1",
|
||||||
|
boxLabel: _("IMPORT_PROCESS_OVERWRITING"),
|
||||||
|
tabIndex: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
xtype : 'hidden',
|
xtype : 'hidden',
|
||||||
name : 'ajaxAction',
|
name : 'ajaxAction',
|
||||||
value : 'uploadFileNewProcessExist'
|
value : 'uploadFileNewProcessExist'
|
||||||
|
|||||||
Reference in New Issue
Block a user