Skip to content

Commit

Permalink
[BUGFIX] Change field map for territory name
Browse files Browse the repository at this point in the history
This commit adapt the field mapping for the territory name in oder to match the correct field name.

Refs: #17
  • Loading branch information
3l73 committed Jun 11, 2024
1 parent 4b24c1d commit 4a0f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Extbase/Persistence/Classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'tableName' => 'static_territories',
'properties' => [
'nameZh' => [
'fieldName' => 'name_zh',
'fieldName' => 'tr_name_zh',
],
],
],
Expand Down

0 comments on commit 4a0f4a8

Please sign in to comment.