1.1.3 [2025-07-31]
Bugfixes
- Fixed loading of map in ObjectLocation admin when the user only has view permissions.
- Fixed error when changing a location from indoor to outdoor. Changing the location type from indoor to outdoor will delete related floorplans. Added confirmation dialog to prevent accidental deletion of floorplans.
- Avoided underlining Leaflet controls in the admin interface.
- Fixed import of
FileSystemStoragefor compatibility with different Django versions. - Fixed JavaScript SyntaxError: redeclaration of const withForms by overriding
leaflet.draw.i18n.jsin django-loci and wrapping thewithFormsdeclaration in a block scope.