File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
- fixed #12240: Empty Extend Calendar Recurrance version tags
9
9
- fixed #12241: Account Shop
10
10
- fixed #12246: Layout inherits mobileStyleTemplateId and mobileTemplateId from parent Layouts
11
+ - fixed #12246: added extra_www_add_properties as properties fix-up hook in child for www_add
12
+ - fixed #12231: Thingy reindex fails on upgrade
11
13
12
14
7.10.22
13
15
- rfe #12223: Add date type to content profiling (metadata)
Original file line number Diff line number Diff line change @@ -1061,7 +1061,7 @@ sub getFieldValue {
1061
1061
# TODO: The otherThing field type is probably also handled by getFormPlugin, so the elsif below can probably be
1062
1062
# safely removed. However, this requires more testing than I can provide right now, so for now this stays the
1063
1063
# way it was.
1064
- elsif ($field -> { fieldType } =~ m / ^otherthing/ x ) {
1064
+ elsif ($fieldType =~ m / ^otherthing/ x ) {
1065
1065
my $otherThingId = $field -> {fieldType };
1066
1066
$otherThingId =~ s / ^otherThing_// x ;
1067
1067
my $tableName = ' Thingy_' .$otherThingId ;
You can’t perform that action at this time.
0 commit comments