3
0

Add missing namespaceID when updating page

This commit is contained in:
Denis Arh
2019-05-21 19:08:03 +02:00
parent d3678cc564
commit 0611e4b9c3
+1
View File
@@ -97,6 +97,7 @@ func (ctrl *Page) Update(ctx context.Context, r *request.PageUpdate) (interface{
var (
err error
mod = &types.Page{
NamespaceID: r.NamespaceID,
ID: r.PageID,
SelfID: r.SelfID,
ModuleID: r.ModuleID,