Closed andreas-it-dev closed 3 years ago
I can't found any issue in your message, would you please add the admin/settings.html.erb
file content?
hi! sure, thx for looking into this!
made a zip from the view plus the nav partial which is part of the view..
I found this issue, the form select can't support in current.
I will try to fix it, you can switch to write <select>
without ActionView helper
ah, nice, thanks @huacnlee ! will give it a shot with html then..
version 2.6.0
@huacnlee - thats awesome, thanks so much, that fixed it!
Hi, the whloe thing was working flawlessly until today, where i added a new Setting.. that results in a weird error:
as you can see, the console underneath has perfect knowledge of the setting the view above complains about..
my Setting model looks like this:
when i remove the
signin_redirect_target
it is all back working again.is there anything i do wrong?
thanks, Andreas