fixed: Thingy: Text, File and Hidden field types listed twice
This commit is contained in:
parent
68562cb6ae
commit
f5c3c977ae
4 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +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
|
||||
- fixed: Thingy: Text, File and Hidden field types listed twice (Yung Han Khoe)
|
||||
- fixed: Thingy: subtext is not displayed
|
||||
|
||||
7.5.9
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ sub definition {
|
|||
my $i18n = WebGUI::International->new($session);
|
||||
push(@{$definition}, {
|
||||
formName=>{
|
||||
defaultValue=>$i18n->get("file")
|
||||
defaultValue=>$i18n->get("Attachments formName")
|
||||
},
|
||||
name=>{
|
||||
defaultValue=>"attachments"
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ sub definition {
|
|||
my $i18n = WebGUI::International->new($session);
|
||||
push(@{$definition}, {
|
||||
formName=>{
|
||||
defaultValue=>$i18n->get("hidden")
|
||||
defaultValue=>$i18n->get("SubscriptionGroup formName")
|
||||
},
|
||||
profileEnabled=>{
|
||||
defaultValue=>0
|
||||
|
|
|
|||
|
|
@ -3935,6 +3935,16 @@ LongTruncOk=1</p>
|
|||
message => q{Rich Editor},
|
||||
lastUpdated => 1202274234,
|
||||
},
|
||||
|
||||
'SubscriptionGroup formName' => {
|
||||
message => q{Subscription Group},
|
||||
lastUpdated => 1202274234,
|
||||
},
|
||||
|
||||
'Attachments formName' => {
|
||||
message => q{Attachments},
|
||||
lastUpdated => 1202274234,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue