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
Is there a way to force the view to refresh the tab/table under a dialog box after it is saved? This would also tie into the idea that after an edit you could optionally have the dialog close right away upon successful save.
I can't seem to find any examples that do this.
My issue is, I'm adding to the 1->many relation on a table and when i add the new item, i need to manually click refresh to see it in the main view on the source model.
The text was updated successfully, but these errors were encountered:
In case someone sees this issue, I fixed it once I forced the master branch in my Gemfile.
I believe the problem was I had the Hotwire branch set in my code and this seems to be a bug in that particular branch.
I still would like to be able to dismiss the dialog on save/delete success optionally but at least the refresh appears to be working again on the master branch.
@spohlenz Just an FYI to test the refresh of the parent page on dialog save etc.
Is there a way to force the view to refresh the tab/table under a dialog box after it is saved? This would also tie into the idea that after an edit you could optionally have the dialog close right away upon successful save.
I can't seem to find any examples that do this.
My issue is, I'm adding to the 1->many relation on a table and when i add the new item, i need to manually click refresh to see it in the main view on the source model.
The text was updated successfully, but these errors were encountered: