Client side table management for supplier sections
This commit is contained in:
@@ -40,7 +40,7 @@ App.SectionTableView = Ember.View.extend DragNDrop.Draggable,
|
||||
@get('content').setProperties
|
||||
position_x: position.left / dpm
|
||||
position_y: position.top / dpm
|
||||
@get('content').save()
|
||||
#@get('content').save()
|
||||
dpm: Ember.computed.alias 'tablesContext.dpm'
|
||||
didInsertElement: ->
|
||||
@$el = @$()
|
||||
|
||||
Reference in New Issue
Block a user