Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mapstore submodule to branch 2021.02.xx #441

Merged
merged 1 commit into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/MapStore2
Submodule MapStore2 updated 632 files
103 changes: 0 additions & 103 deletions geonode_mapstore_client/client/js/apps/gn-home.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "GeoSolutions",
"license": "BSD-2-Clause",
"devDependencies": {
"@mapstore/project": "1.0.7"
"@mapstore/project": "1.0.17"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,8 @@
"name": "DashboardEditor",
"cfg": {
"disablePluginIf": "{state('gnResourcePermissions') && state('gnResourcePermissions').canEdit ? false : true}",
"catalog": "{ state('settings') && state('settings').initialCatalog }",
"selectedService": "{state('settings') && state('settings').catalogueSelectedService ? state('settings').catalogueSelectedService : ''}",
"services": "{state('settings') && state('settings').catalogueServices ? state('settings').catalogueServices : {}}",
"disableEmptyMap": true,
"containerPosition": "columns"
}
Expand Down
22 changes: 20 additions & 2 deletions geonode_mapstore_client/client/themes/default/less/geonode.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,26 @@
}
}

.gn-share-modal .modal-footer {
display: none;
.gn-share-modal {
overflow: visible;
.modal-dialog,
.ms-resizable-modal > .modal-content > .modal-body > div {
overflow: visible;
}
.col-md-4 {
padding-left: 0;
padding-right: 0;
}
.row {
margin-left: 0;
margin-right: 0;
}
.modal-body {
margin: 8px;
}
.modal-footer {
display: none;
}
}

// the style of geonode add a margin on label
Expand Down

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions geonode_mapstore_client/client/themes/geonode/scss/_card-grid.scss

This file was deleted.

This file was deleted.

This file was deleted.

Loading