[Bug #856] Failure when you close with the exit button 'X' in edition window of the order elements

FEA: ItEr70S04BugFixing
This commit is contained in:
Diego Pino Garcia 2011-02-21 17:16:08 +01:00
parent 02be879a14
commit 926a03616c
2 changed files with 9 additions and 4 deletions

View file

@ -263,7 +263,7 @@ public class OrderElementController extends GenericForwardComposer {
Util.reloadBindings(self.getParent());
}
public void onClose(Event event) {
public void close(Event event) {
closeAll();
event.stopPropagation();
}

View file

@ -31,9 +31,14 @@
macroURI="/orders/components/_listOrderElementMaterials.zul"?>
<?component name="listOrderElementTaskQualityForms" inline="true" macroURI="_listOrderElementTaskQualityForms.zul"?>
<window id="${arg.top_id}" title="@{i18n:_('Edit task')}"
width="950px" left="50px" top="50px"
closable="true" visible="false">
<window id="${arg.top_id}"
title="@{i18n:_('Edit task')}"
width="950px"
left="50px"
top="50px"
visible="false"
closable="true"
onClose="orderElementController.close(event)" >
<tabbox height="620px" id="tabboxOrderElement">
<tabs>