Activate Ember2 for suppliers
This commit is contained in:
@@ -16,7 +16,7 @@ App.MenuController = Ember.Controller.extend
|
||||
editProductCategory: (product_category)->
|
||||
@modal 'product_category_edit',
|
||||
model: product_category
|
||||
close: -> product_category.rollback()
|
||||
close: -> product_category.rollbackAttributes()
|
||||
destroy_text_path: 'product_category.modal.destroy_confirm_text'
|
||||
|
||||
moveProductCategory: (product_category)->
|
||||
|
||||
Reference in New Issue
Block a user