mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
make sure the user owns the modified data
This commit is contained in:
@@ -149,6 +149,8 @@ module.directive('category', function($compile) {
|
||||
if (result == 'ok') {
|
||||
SubscriptionService.deleteCategory({
|
||||
id : category.id
|
||||
}, function() {
|
||||
SubscriptionService.init();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user