Tree fields required 0

This commit is contained in:
Faris Ansari
2018-05-08 15:36:19 +05:30
parent b61577b9e7
commit aef583f35d
+2 -2
View File
@@ -61,10 +61,10 @@ module.exports = {
],
treeFields: [
{
fieldname: 'lft', fieldtype: 'Int', required: 1
fieldname: 'lft', fieldtype: 'Int'
},
{
fieldname: 'rgt', fieldtype: 'Int', required: 1
fieldname: 'rgt', fieldtype: 'Int'
}
]
};