mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
fixes
This commit is contained in:
parent
0d9400965d
commit
9f7585e2a5
18 changed files with 126 additions and 103 deletions
|
@ -1090,6 +1090,7 @@ func CopyPage(w http.ResponseWriter, r *http.Request) {
|
|||
newPageID := util.UniqueID()
|
||||
page.RefID = newPageID
|
||||
page.Level = 1
|
||||
page.Sequence = 0
|
||||
page.DocumentID = targetID
|
||||
page.UserID = p.Context.UserID
|
||||
pageMeta.DocumentID = targetID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue