Fixed adding/changing notes.

This commit is contained in:
Martin Edenhofer 2016-11-30 23:35:24 +01:00
parent 8e8cc4555b
commit c706306d09

View file

@ -1,5 +1,5 @@
class App.Macro extends App.Model class App.Macro extends App.Model
@configure 'Macro', 'name', 'perform', 'active' @configure 'Macro', 'name', 'perform', 'note', 'active'
@extend Spine.Model.Ajax @extend Spine.Model.Ajax
@url: @apiPath + '/macros' @url: @apiPath + '/macros'
@configure_attributes = [ @configure_attributes = [