...
Model directory must have at least these three five fields (name of the field fileSystem must match tree's joinField):
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<belongsTo name="fileSystem" model="fileSystem" required="true" />
<hasMany name="children" model="directory" joinField="parent" cascade="delete" copyable="true" />
<belongsTo name="parent" model="directory" />
<priority name="priority" scope="parent" />
<string name="nodeNumber" />
|