You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the display of the location cell is based solely on input to |location, which is also stored in the deprecated LPDB field.
However, any input there is not processed into the standardized LPDB field, as that is only filled from |region, |country or |city.
To get correct display and storage, you currently need to use |location=<country>|country=<country>
The text was updated successfully, but these errors were encountered:
Currently, the display of the location cell is based solely on input to
|location
, which is also stored in the deprecated LPDB field.However, any input there is not processed into the standardized LPDB field, as that is only filled from
|region
,|country
or|city
.To get correct display and storage, you currently need to use
|location=<country>|country=<country>
The text was updated successfully, but these errors were encountered: