mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39: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
|
@ -101,7 +101,7 @@ func (r *restoreHandler) PerformRestore(b []byte, l int64) (err error) {
|
|||
r.Spec.GlobalBackup = false
|
||||
}
|
||||
|
||||
// Process might require reassignment of ID's so prepare map.
|
||||
// Process might require reassignment of ID values.
|
||||
r.MapOrgID = make(map[string]string)
|
||||
r.MapUserID = make(map[string]string)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue