[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:
parent
02be879a14
commit
926a03616c
2 changed files with 9 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue