Fix Restauration TMR si minimisée
Lors d'une action dans les TMRs, si la fenêtre est minimisée, on la réaffiche
This commit is contained in:
parent
85f8a716d4
commit
42ad4c5b26
@ -83,6 +83,7 @@ export class RdDTMRDialog extends Dialog {
|
|||||||
}
|
}
|
||||||
async restoreTMRAfterAction() {
|
async restoreTMRAfterAction() {
|
||||||
this.subdialog = undefined
|
this.subdialog = undefined
|
||||||
|
await this.maximize();
|
||||||
this.bringToTop();
|
this.bringToTop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ export class RdDTMRRencontreDialog extends Dialog {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ui.notifications.info("Vous devez résoudre la rencontre.");
|
ui.notifications.info("Vous devez résoudre la rencontre.");
|
||||||
this.actor.tmrApp.forceTMRContinueAction();
|
return this.actor.tmrApp.forceTMRContinueAction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<form class="tmr-dialog">
|
<form class="tmr-dialog">
|
||||||
|
<h2 class="comptmrdialog" id="tmrDialogTitle" style="visibility: hidden;"></h2>
|
||||||
<table>
|
<table>
|
||||||
<tr class="tmr-row">
|
<tr class="tmr-row">
|
||||||
<td>
|
<td>
|
||||||
@ -52,6 +53,5 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user