feat(torrents): add access limit to maker group settings of torrent uploader

This commit is contained in:
OldHawk
2018-04-24 12:01:53 +08:00
parent a1806b0a29
commit ab3d7ac2bb
9 changed files with 34 additions and 13 deletions

View File

@@ -30,6 +30,7 @@
vm.passwordConfig = MeanTorrentConfig.meanTorrentConfig.password;
vm.examinationConfig = MeanTorrentConfig.meanTorrentConfig.examination;
vm.chatConfig = MeanTorrentConfig.meanTorrentConfig.chat;
vm.accessConfig = MeanTorrentConfig.meanTorrentConfig.access;
vm.authentication = Authentication;
vm.getPopoverMsg = PasswordValidator.getPopoverMsg;
@@ -92,6 +93,7 @@
passwordConfig: vm.passwordConfig,
examinationConfig: vm.examinationConfig,
chatConfig: vm.chatConfig,
accessConfig: vm.accessConfig,
user: vm.authentication.user
});