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
|
7.5.10
|
||||||
- fix: Syntax error in GetCsMail
|
- fix: Syntax error in GetCsMail
|
||||||
- fixed: Thingy: field types not in alphabetical order
|
- fixed: Thingy: field types not in alphabetical order
|
||||||
|
- fixed: Thingy: Text field type listed twice
|
||||||
|
|
||||||
7.5.9
|
7.5.9
|
||||||
- fixed: Collaboration System attachments follow site's max size instead of CS's
|
- 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);
|
my $i18n = WebGUI::International->new($session);
|
||||||
push @{$definition}, {
|
push @{$definition}, {
|
||||||
formName => {
|
formName => {
|
||||||
defaultValue => $i18n->get("475"),
|
defaultValue => $i18n->get("SelectRichEditor formName"),
|
||||||
},
|
},
|
||||||
defaultValue => {
|
defaultValue => {
|
||||||
defaultValue => '',
|
defaultValue => '',
|
||||||
|
|
|
||||||
|
|
@ -3931,6 +3931,10 @@ LongTruncOk=1</p>
|
||||||
lastUpdated => 1202274246,
|
lastUpdated => 1202274246,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'SelectRichEditor formName' => {
|
||||||
|
message => q{Rich Editor},
|
||||||
|
lastUpdated => 1202274234,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue