Aman-Mittal commented on issue #262:
URL: 
https://github.com/apache/fineract-backoffice-ui/issues/262#issuecomment-5227104009

   Fixed in #253, merged as part of the group detail view work.
   
   `IonicOverlayAdapter.presentModal()` now subscribes `onWillDismiss()` 
**before** awaiting `present()`, so a dismissal that happens during the enter 
animation is no longer lost.
   
   The regression is pinned by 
`src/app/core/adapters/overlay/ionic-overlay.adapter.spec.ts`, which uses a 
fake modal whose `present()` resolves on demand. On the old ordering it fails 
with `Expected Symbol(never settled) to equal Object({ confirmed: true })` — 
the result promise never settling is exactly the bug this issue describes.
   
   Closing.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to