mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-08 00:51:48 -05:00
Notification List should not highlight row item on save
This commit is contained in:
@@ -155,8 +155,7 @@ export default
|
||||
Wait('start');
|
||||
Rest.setUrl(url+ id+'/');
|
||||
Rest.put(params)
|
||||
.success(function (data) {
|
||||
$rootScope.addedItem = data.id;
|
||||
.success(function () {
|
||||
$state.go('notifications', {}, {reload: true});
|
||||
Wait('stop');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user