mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
Merge branch '6.2'
Conflicts: media/css/seahub.css seahub/notifications/management/commands/send_notices.py seahub/notifications/models.py seahub/templates/js/templates.html seahub/views/__init__.py seahub/views/file.py tests/seahub/notifications/management/commands/test_send_notices.py tests/seahub/notifications/test_models.py
This commit is contained in:
@@ -236,7 +236,12 @@ define([
|
||||
},
|
||||
|
||||
showGroupDiscussions: function(group_id) {
|
||||
this.showGroup(group_id, {showDiscussions: true});
|
||||
if (app.pageOptions.enable_group_discussion) {
|
||||
this.showGroup(group_id, {showDiscussions: true});
|
||||
} else {
|
||||
this.showGroup(group_id);
|
||||
app.router.navigate('group/' + group_id + '/');
|
||||
}
|
||||
},
|
||||
|
||||
showOrgRepos: function() {
|
||||
|
Reference in New Issue
Block a user