Added parent type to note.
This commit is contained in:
parent
35a6b847e6
commit
32373ba350
@ -51,6 +51,12 @@ export const Note = {
|
||||
objectType: 'user',
|
||||
showHyperlink: true
|
||||
},
|
||||
{
|
||||
name: 'parentType',
|
||||
label: 'Parent Type',
|
||||
type: 'objectType',
|
||||
required: true
|
||||
},
|
||||
{
|
||||
name: 'parent',
|
||||
label: 'Parent',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user