mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
Enable create group repo
This commit is contained in:
@@ -7,13 +7,14 @@ define([
|
||||
var GroupRepo = Backbone.Model.extend({
|
||||
|
||||
defaults: {
|
||||
id: "",
|
||||
id: null,
|
||||
name: "",
|
||||
desc: "",
|
||||
mtime: "",
|
||||
mtime: 0,
|
||||
encrypted: false,
|
||||
permission: "",
|
||||
owner: gettext("Unknown")
|
||||
permission: "r",
|
||||
owner: "-",
|
||||
owner_nickname: "-"
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user