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
When using a Para::Sti::RootModel in a nested model, the dropdown with the subclasses is empty when I edit some code in my app. Server needs to be restarted to correctly load the subclasses list.
The text was updated successfully, but these errors were encountered:
gabriel-cardoso
changed the title
Server needs to be restarted when using Para::Sti::RootModel
Server needs to be restarted when using Para::Sti::RootModelAug 4, 2016
This was fixed when we added the :nested_many input the :subclasses option, which forces us to explicitly add subclasses to the dropdowns, and fixes this issue which was bound to Rails dev environment reloading strategy
When using a
Para::Sti::RootModel
in a nested model, the dropdown with the subclasses is empty when I edit some code in my app. Server needs to be restarted to correctly load the subclasses list.The text was updated successfully, but these errors were encountered: