mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Save smart sections correctly post callback refactoring
This commit is contained in:
parent
adef6dfffa
commit
c0d70e38de
6 changed files with 18 additions and 16 deletions
|
@ -119,6 +119,7 @@ func (h *Handler) Add(w http.ResponseWriter, r *http.Request) {
|
|||
model.Page.Status = workflow.ChangePending
|
||||
}
|
||||
} else {
|
||||
model.Page.RelativeID = ""
|
||||
model.Page.Status = workflow.ChangePublished
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue