mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-09-09 03:29:52 +02:00
feat(tickets): list message tickets and reply, edit, delete
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
vm.figureOutItemsToDisplay();
|
||||
NotifycationService.showSuccessNotify('FORUMS.REPLY_EDIT_SUCCESSFULLY');
|
||||
}, function (res) {
|
||||
NotifycationService.showErrorNotify(res.data.message, 'FORUMS.FORUMS');
|
||||
NotifycationService.showErrorNotify(res.data.message, 'FORUMS.REPLY_EDIT_FAILED');
|
||||
});
|
||||
|
||||
e.$options.hideable = true;
|
||||
|
||||
Reference in New Issue
Block a user