fix add/edit/delete behavior across tower ui

This commit is contained in:
John Mitchell
2016-06-13 16:13:50 -04:00
parent 8a2c8d59a5
commit 1a0266fc54
32 changed files with 116 additions and 95 deletions

View File

@@ -212,7 +212,7 @@ export default
Rest.setUrl(url+ id+'/');
Rest.put(params)
.success(function () {
$state.go('notifications', {}, {reload: true});
$state.go($state.current, null, {reload: true});
Wait('stop');
})
.error(function (data, status) {