fixed: Thingy: Text field type listed twice
This commit is contained in:
parent
e81105ac92
commit
00b939f262
3 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
7.5.10
|
||||
- fix: Syntax error in GetCsMail
|
||||
- fixed: Thingy: field types not in alphabetical order
|
||||
- fixed: Thingy: Text field type listed twice
|
||||
|
||||
7.5.9
|
||||
- fixed: Collaboration System attachments follow site's max size instead of CS's
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ sub definition {
|
|||
my $i18n = WebGUI::International->new($session);
|
||||
push @{$definition}, {
|
||||
formName => {
|
||||
defaultValue => $i18n->get("475"),
|
||||
defaultValue => $i18n->get("SelectRichEditor formName"),
|
||||
},
|
||||
defaultValue => {
|
||||
defaultValue => '',
|
||||
|
|
|
|||
|
|
@ -3930,7 +3930,11 @@ LongTruncOk=1</p>
|
|||
message => q{Your commit is canceled because WebGUI cannot connect to Spectre. Please fix your Spectre problem and attempt to commit again.},
|
||||
lastUpdated => 1202274246,
|
||||
},
|
||||
|
||||
|
||||
'SelectRichEditor formName' => {
|
||||
message => q{Rich Editor},
|
||||
lastUpdated => 1202274234,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue