Merged in julceslau/processmaker (pull request #1170)

BUG 11491 Mientras se crea una categoria no se deshabilitan las opciones Edit y Delete SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-11-07 13:18:20 -04:00

View File

@@ -306,7 +306,7 @@ NewCategoryWindow = function(){
width: 420,
items: [newForm],
id: 'w',
model: true
modal: true
});
w.show();
};