Change name of MapPoint property from state to region to avoid conflict with asset state. Add template i18n. Fixes bugs 11531, 11532
This commit is contained in:
parent
0b6e78f6d9
commit
112db57dd1
5 changed files with 15 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ sub definition {
|
|||
label => $i18n->get("city label"),
|
||||
hoverHelp => $i18n->get("city description"),
|
||||
},
|
||||
state => {
|
||||
region => {
|
||||
tab => "properties",
|
||||
fieldType => "text",
|
||||
label => $i18n->get("state label"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue