mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Tweaks to backup process permissions
This commit is contained in:
parent
db04057d9e
commit
cee71cb313
7 changed files with 670 additions and 680 deletions
|
@ -67,9 +67,6 @@ type ImportSpec struct {
|
|||
// Overwrite current organization settings.
|
||||
OverwriteOrg bool `json:"overwriteOrg"`
|
||||
|
||||
// Recreate users.
|
||||
CreateUsers bool `json:"createUsers"`
|
||||
|
||||
// As found in backup file.
|
||||
Manifest Manifest
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ type DocumentMetaViewer struct {
|
|||
|
||||
// DocumentMetaEditor contains the "edit" metatdata content.
|
||||
type DocumentMetaEditor struct {
|
||||
PageID string `json:"pageId"`
|
||||
SectionID string `json:"pageId"`
|
||||
UserID string `json:"userId"`
|
||||
Action string `json:"action"`
|
||||
Created time.Time `json:"created"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue