feat(tickets): list message tickets and reply, edit, delete

This commit is contained in:
OldHawk
2018-04-16 18:20:22 +08:00
parent a5025e9d40
commit 60a078c3db
20 changed files with 1058 additions and 102 deletions

View File

@@ -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;