PM-2726 "No se puede editar categorias en processmaker" SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-05-15 14:33:01 -04:00
parent 2b5b9053f9
commit c82398ec30

View File

@@ -425,7 +425,8 @@ EditCategory = function(){
title: _('ID_EDIT_CATEGORY'),
items: [editForm],
id: 'w',
modal: true
modal: true,
closeAction: "hide"
});
w.show();
}