Skip to content
Snippets Groups Projects
Commit b7c1c70a authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/12538' into 'develop'

REDMINE_ISSUE-12538 | Liste et carte - Clic sur un signalement : page not found

See merge request !156
parents 498b917e ba86ab14
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import "leaflet/dist/leaflet.css";
import flip from '@turf/flip'
import axios from '@/axios-client.js';
import "leaflet.vectorgrid";
import store from '@/store';
import { FillSymbolizer, PointSymbolizer, LineSymbolizer } from "@/assets/js/vector_tile_fix.js";
......@@ -494,13 +495,13 @@ const mapUtil = {
return `
<h4>
<a href="${feature_url}">${feature.properties.title}</a>
<a href="${store.state.configuration.BASE_URL.slice(0, -1)}${feature_url}">${feature.properties.title}</a>
</h4>
<div>
Statut : ${status}
</div>
<div>
Type : <a href="${feature_type_url}"> ${feature_type.title} </a>
Type : <a href="${store.state.configuration.BASE_URL.slice(0, -1)}${feature_type_url}"> ${feature_type.title} </a>
</div>
<div>
Dernière mise à jour : ${date_maj}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment