Skip to content

Commit cb12570

Browse files
nrjadkrygiohappy
authored andcommitted
[Fixes #13726] Removed static prefix from MAPSTORE_EXTENSIONS_FOLDER_PATH value in settings
1 parent 7a6c46e commit cb12570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ def get_geonode_catalogue_service():
16181618
MAPSTORE_PLUGINS_CONFIG_PATCH_RULES = []
16191619

16201620
# Extensions path to use in importing custom extensions into geonode
1621-
MAPSTORE_EXTENSIONS_FOLDER_PATH = "/static/mapstore/extensions/"
1621+
MAPSTORE_EXTENSIONS_FOLDER_PATH = "/mapstore/extensions/"
16221622

16231623
# Supported Dataset file types for uploading Datasets. This setting is being from from the client
16241624

0 commit comments

Comments
 (0)