Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Dec 4, 2024
1 parent eb5ae3e commit 31c5b86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.19
GEOMAPFISH_VERSION=2.9.rc.20
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@

<!-- Selection -->
<gmf-selection-button slot="tool-button"></gmf-selection-button>
<div slot="tool-panel-query" class="row pointer-events-none">
<div slot="tool-panel-selection" class="row pointer-events-none">
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{ 'Selection' | translate }}
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.19',
version: '2.9.rc.20',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.19
GEOMAPFISH_VERSION=2.9.rc.20
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
2 changes: 1 addition & 1 deletion geoportal/interfaces/desktop_alt.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@

<!-- Selection -->
<gmf-selection-button slot="tool-button"></gmf-selection-button>
<div slot="tool-panel-query" class="row pointer-events-none">
<div slot="tool-panel-selection" class="row pointer-events-none">
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{ 'Selection' | translate }}
Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (const filename of ls(
chunks: [name],
vars: {
entry_point: '${VISIBLE_ENTRY_POINT}',
version: '2.9.rc.19',
version: '2.9.rc.20',
cache_version: '${CACHE_VERSION}',
},
})
Expand Down

0 comments on commit 31c5b86

Please sign in to comment.