Use camelcase and fix typo.

This commit is contained in:
Brian DeRocher 2023-09-20 13:03:36 -04:00
parent e25fb5d04f
commit 6c58bf367d
2 changed files with 2 additions and 2 deletions

View file

@ -1460,7 +1460,7 @@ L.U.Map.include({
},
],
[
'options.featuesHaveOwners',
'options.featuresHaveOwners',
{
handler: 'Switch', label: L._('Features have owners')
},

View file

@ -509,7 +509,7 @@ class MapDetailMixin:
"properties": {
"zoom": getattr(settings, "LEAFLET_ZOOM", 6),
"datalayers": [],
"features_have_owners": settings.UMAP_DEFAULT_FEATURES_HAVE_OWNERS,
"featuresHaveOwners": settings.UMAP_DEFAULT_FEATURES_HAVE_OWNERS,
},
}