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