CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Modal verification not working properly #41

Closed ciesinsn closed 4 months ago

ciesinsn commented 4 months ago

With the update to Bootstrap 5 changes where made to the code within the modal pages to close the modal and not lock the scrolling on the screen. The result of that change made it so when the validator shows a error the user will not see it as the modal closes.

Need to remove the modal close logic added to the update button and cleanly close the modal after the successful processing of the modal add/edit function instead.