vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

Don't show inplace_edit in list view when record isn't authorized for updates #119

Closed mobilemike closed 13 years ago

mobilemike commented 13 years ago

Without this, you're offered the ability to update the data, but it's not saved and no reason is offered.

This seems to be the best place to put the logic, but I'm open to alternatives.

vhochstein commented 13 years ago

Thanks a lot. I think bug is located in method inplace_edit? I ve just committed a fix.. maybe you can take a look if that fixes your issue?

vhochstein commented 13 years ago

Will close this bug