mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[group] fixup for adding a group owned repo
This commit is contained in:
@@ -111,7 +111,10 @@ define([
|
|||||||
},
|
},
|
||||||
|
|
||||||
resetOwnedRepos: function() {
|
resetOwnedRepos: function() {
|
||||||
|
// no repos in the group
|
||||||
|
if (this.repos.length == 0) {
|
||||||
this.reset({repos: this.ownedRepos});
|
this.reset({repos: this.ownedRepos});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
showEmptyTip: function() {
|
showEmptyTip: function() {
|
||||||
|
Reference in New Issue
Block a user