Open Closed

Angular modal not closing #528


User avatar
0
Esben_Dalgaard created
  • ABP Framework version: v3.3.0 Suite: v3.1.0
  • UI type: Angular
  • Db: MySql
  • Exception message and stack trace: The modal picker for navigational properties gets stuck after beeing opened. We've removed a lot of things, like filters on the html page, so we thought it might be that, but a newly generated test-entity gets the same issues, no matter what it navigates to. If we make a fresh project, it works like it should, even with all our html edits. The problem seems to be in the project we are currently working on, but not in the component itself. It's quite possibly somwhere in the architectural mess that comes from upgrading and adding entities over different suite versions (the project was started in 3.0.0).
  • Steps to reproduce the issue: Can only reproduce in current project. New project modular works fine. Upgraded from 3.1.0 to 3.3.0

1 Answer(s)
  • User Avatar
    0
    muhammedaltug created

    Hello,

    The error seems like related with ngb-pagination. Some undefined variables given to ngb-pagination component inputs maybe cause this error.

    Can you give us a code example for understanding the problem?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11