1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Add model validation back in

This commit is contained in:
Toby Zerner
2015-02-26 12:44:39 +10:30
parent 7dd49cb445
commit 5d9332fc7b
4 changed files with 21 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ export default Ember.Mixin.create({
saveAndDismissComposer: function(model) {
var composer = this.get('composer');
var controller = this;
composer.set('content.loading', true);
this.get('alerts').send('clearAlerts');