From 34aa59caf30ae7edf04186e15273841314da937a Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 25 Sep 2015 15:37:23 -0700 Subject: [PATCH] Delete measurement --- .../strains/show/measurements-table-row/component.js | 4 ++++ .../strains/show/measurements-table-row/template.hbs | 5 ++++- .../protected/strains/show/measurements-table/template.hbs | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/pods/protected/strains/show/measurements-table-row/component.js b/app/pods/protected/strains/show/measurements-table-row/component.js index 39216ec..a527572 100644 --- a/app/pods/protected/strains/show/measurements-table-row/component.js +++ b/app/pods/protected/strains/show/measurements-table-row/component.js @@ -28,5 +28,9 @@ export default Ember.Component.extend({ } }, + delete: function() { + this.get('row').destroyRecord(); + } + }, }); diff --git a/app/pods/protected/strains/show/measurements-table-row/template.hbs b/app/pods/protected/strains/show/measurements-table-row/template.hbs index fd0bf3d..6b99871 100644 --- a/app/pods/protected/strains/show/measurements-table-row/template.hbs +++ b/app/pods/protected/strains/show/measurements-table-row/template.hbs @@ -17,7 +17,7 @@ {{#if canEdit}} {{#if rowChanged}} - {{else}} @@ -44,6 +44,9 @@ + {{/if}} {{/if}} diff --git a/app/pods/protected/strains/show/measurements-table/template.hbs b/app/pods/protected/strains/show/measurements-table/template.hbs index 3f14ca7..ced8028 100644 --- a/app/pods/protected/strains/show/measurements-table/template.hbs +++ b/app/pods/protected/strains/show/measurements-table/template.hbs @@ -4,8 +4,8 @@ {{#if canEdit}} - - + + {{else}}