Skip to content

Commit

Permalink
Fix to old asset not being able to remove themselves
Browse files Browse the repository at this point in the history
fixes #713
  • Loading branch information
darylhedley committed Jun 3, 2015
1 parent b2f6969 commit 5c1c097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/core/scaffold/views/scaffoldAssetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ define(function(require) {
console.log('error', error);
}
});
} else {
this.setValue('');
this.saveModel(true);
}
},

Expand Down

0 comments on commit 5c1c097

Please sign in to comment.