owner is no longer a form field.
This commit is contained in:
parent
35e37c2d4b
commit
e76c147b65
1 changed files with 0 additions and 4 deletions
|
@ -939,10 +939,6 @@ L.U.FormBuilder = L.FormBuilder.extend({
|
||||||
|
|
||||||
defaultOptions: {
|
defaultOptions: {
|
||||||
name: { label: L._('name') },
|
name: { label: L._('name') },
|
||||||
owner: {
|
|
||||||
label: L._('owner'),
|
|
||||||
// handler: 'BlurInput', // this field should be hidden, not sure if blur does it.
|
|
||||||
},
|
|
||||||
description: {
|
description: {
|
||||||
label: L._('description'),
|
label: L._('description'),
|
||||||
handler: 'Textarea',
|
handler: 'Textarea',
|
||||||
|
|
Loading…
Reference in a new issue