radio4000
radio4000 copied to clipboard
/channel/edit `save` button is always active
trafficstars
the button save on /channel/edit should be disabled when:
- save task is running (it is)
- no changes have been made to the model (it is not)
I tried to do it for the model hasDirtyAttributes. But couldn't make it work because of the way we use a proxy object to hold the changes to the channel before applying them.
Now there's a 'No changes to save' notification, so it doesn't feel like a bug anymore to me. Would still be nicer if the button was disabled but yea…