Fixed adding/changing notes.
This commit is contained in:
parent
8e8cc4555b
commit
c706306d09
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class App.Macro extends App.Model
|
||||
@configure 'Macro', 'name', 'perform', 'active'
|
||||
@configure 'Macro', 'name', 'perform', 'note', 'active'
|
||||
@extend Spine.Model.Ajax
|
||||
@url: @apiPath + '/macros'
|
||||
@configure_attributes = [
|
||||
|
|
Loading…
Reference in a new issue