ItEr24S08CUAsignacionGrupoRecursosAPlanificacionItEr23S10: [FixBug] Window reopens successfully after having clicked on closable button
This commit is contained in:
parent
4d83aca0ad
commit
4871fd8745
1 changed files with 6 additions and 0 deletions
|
|
@ -227,6 +227,12 @@ public class ResourceAllocationController extends GenericForwardComposer {
|
|||
return resourceAllocationRenderer;
|
||||
}
|
||||
|
||||
// Triggered when closable button is clicked
|
||||
public void onClose(Event event) {
|
||||
window.setVisible(false);
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
public void cancel() {
|
||||
close();
|
||||
resourceAllocationModel.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue