TrestleAdmin / trestle

A modern, responsive admin framework for Ruby on Rails
https://trestle.io
GNU Lesser General Public License v3.0
1.94k stars 173 forks source link

Saving seems to not provide a notice of saving but saves anyways #427

Closed samnymr closed 1 year ago

samnymr commented 1 year ago

Hiya!

Been using trestle for a while with other projects, this is the first major issue I've been having

We click save on the item and nothing happens in the front end, However in the backend the console is going crazy about active storage, If you navigate to the list it all of a sudden pops in and shows as saved?

Not 100% sure what is happening here, quite happy to provide whatever you need :)

samnymr commented 1 year ago

Noticed i has a column called images and a active storage called images, Ended with a loop, Bad coding my side!