Skip to content

Commit 7576e94

Browse files
kappu72offtherailz
authored andcommitted
Backport #3385 Fix missing save button after login (#3757) (#3762)
1 parent abc2cc0 commit 7576e94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/client/plugins/Map.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const {errorLoadingFont} = require('../actions/map');
2323

2424
const {isString} = require('lodash');
2525
let plugins;
26-
const {handleCreationLayerError, handleCreationBackgroundError, resetMapOnInit} = require('../epics/map');
26+
const {handleCreationLayerError, handleCreationBackgroundError, resetMapOnInit, checkMapPermissions} = require('../epics/map');
2727
/**
2828
* The Map plugin allows adding mapping library dependent functionality using support tools.
2929
* Some are already available for the supported mapping libraries (openlayers, leaflet, cesium), but it's possible to develop new ones.
@@ -405,5 +405,5 @@ module.exports = {
405405
maptype: require('../reducers/maptype'),
406406
additionallayers: require('../reducers/additionallayers')
407407
},
408-
epics: assign({}, {handleCreationLayerError, handleCreationBackgroundError, resetMapOnInit})
408+
epics: assign({}, {handleCreationLayerError, handleCreationBackgroundError, resetMapOnInit, checkMapPermissions})
409409
};

0 commit comments

Comments
 (0)