bugfixes
This commit is contained in:
parent
28323b9f54
commit
b65ddaf8f0
5 changed files with 7 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ sub classSettings {
|
|||
return {
|
||||
properties => {
|
||||
name => { quote => 1 },
|
||||
parentId => { defaultValue => 0 },
|
||||
parentId => { quote => 1 },
|
||||
collateralFolderId => { key => 1 },
|
||||
description => { quote => 1 }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue