worked on the controllers
This commit is contained in:
@@ -15,7 +15,7 @@ class Page extends Model {
|
||||
return {
|
||||
Name: String,
|
||||
OrgUserId: ObjectId,
|
||||
IsPublic: Boolean,
|
||||
IsPublic: { type: Boolean, default: true },
|
||||
IsVisibleInMenu: { type: Boolean, default: true },
|
||||
ParentId: ObjectId,
|
||||
NodeIds: [ObjectId],
|
||||
|
||||
Reference in New Issue
Block a user