fixed: Thingy: field type 'other thing' does not stay selected
This commit is contained in:
parent
b2317c7136
commit
17efa03530
2 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
- fixed: Calendar date localization can be broken
|
||||
- fixed: Thingy: field sequence not imported correctly for existing Thingies
|
||||
- fixed: anonymous registration leaves user at blank page
|
||||
- fixed: Thingy: field type 'other thing' does not stay selected
|
||||
|
||||
7.5.9
|
||||
- fixed: Collaboration System attachments follow site's max size instead of CS's
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@ sub getEditFieldForm {
|
|||
-name=>"fieldType",
|
||||
-label=>$i18n->get('field type label'),
|
||||
-hoverHelp=>$i18n->get('field type description'),
|
||||
-value=>ucfirst $field->{fieldType} || "Text",
|
||||
-value=>$field->{fieldType} || "Text",
|
||||
-options=>\%fieldTypes,
|
||||
-id=>$dialogPrefix."_fieldType_formId",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue