You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With migration to Bootstrap 5, bootbox no longer works. There is a need for a cleaner alert/confirm dialog. See code and search for window.alert and window.confirm cases (there is ~ 5)
The text was updated successfully, but these errors were encountered:
* Upgrade to Bootstrap 5
* Replace jasmine/karma with jest
* Reduce drastically the security vulnerabilities in libraries
* Had to remove Bootbox - reversion to alert/confirm see #178
* Fixed the date picker where dates were not setting set on edit
* Updated to use dart-sass instead of node-sass
* Redid boostrap + theme generation
Causes #181#179Fixes#145#108#175#177#180
With migration to Bootstrap 5, bootbox no longer works. There is a need for a cleaner alert/confirm dialog. See code and search for window.alert and window.confirm cases (there is ~ 5)
The text was updated successfully, but these errors were encountered: