mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
admin: refresh contrib list when saving a member
This commit is contained in:
@@ -13,6 +13,7 @@ habitrpg.controller("AdminCtrl", ['$scope', '$rootScope', 'User', 'Notification'
|
|||||||
Notification.text("User updated");
|
Notification.text("User updated");
|
||||||
$scope.profile = undefined;
|
$scope.profile = undefined;
|
||||||
$scope._uuid = undefined;
|
$scope._uuid = undefined;
|
||||||
|
$scope.contributors = Contributor.query();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
$scope.contributors = Contributor.query();
|
$scope.contributors = Contributor.query();
|
||||||
|
|||||||
Reference in New Issue
Block a user