curationexperts / cypripedium

A Hyrax 3 application for the Federal Reserve Bank of Minneapolis
2 stars 3 forks source link

Fix SimpleForm custom input reload error in development environment #585

Closed mark-dce closed 7 months ago

mark-dce commented 7 months ago

ISSUE SimpleForm custom inputs were not being reloaded in the development environment causing the local webserver to encounter an exception when attempting to display forms after code modification.

FIX Add a reload callback to re-initilize the custom inputs on application startup and reloads in the development environment.