Merge pull request #1980 from omarsuca/BUG-11291
BUG-11291 No se deberia permitir la redimension de la ventana para pausar casos. SOLVED
This commit is contained in:
@@ -762,6 +762,7 @@ Ext.onReady(function(){
|
||||
width:500,
|
||||
plain: true,
|
||||
modal: true,
|
||||
resizable: false,
|
||||
title: _('ID_CONFIRM'),
|
||||
items: [
|
||||
new Ext.FormPanel({
|
||||
@@ -904,6 +905,7 @@ Ext.onReady(function(){
|
||||
layout:'fit',
|
||||
autoScroll:true,
|
||||
modal: true,
|
||||
resizable: false,
|
||||
maximizable: false,
|
||||
items: [grid]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user