1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 22:29:41 +02:00
This commit is contained in:
Harvey Kandola 2017-03-09 12:51:21 +00:00
parent 0d9400965d
commit 9f7585e2a5
18 changed files with 126 additions and 103 deletions

View file

@ -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