Skip to content
Snippets Groups Projects
Commit ac6fcda0 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Merge branch...

Merge branch '584-carto-bouton-modifier-la-structure-ne-fonctionne-pas-apres-une-recherche' into 'dev'

Resolve "[Carto] - bouton "Modifier la structure" ne fonctionne pas après une recherche"

See merge request !857
parents 963f8438 e30f6f06
Branches
Tags
2 merge requests!907V3.2.0,!857Resolve "[Carto] - bouton "Modifier la structure" ne fonctionne pas après une recherche"
......@@ -56,12 +56,6 @@ export class CartoComponent implements OnInit {
}
}
this.activatedRoute.data.subscribe((data) => {
if (data.structure) {
this.currentStructure = new Structure(data.structure);
}
});
this.meta.updateTag({
name: 'description',
content: 'Recense tous les lieux, accompagnements et ateliers de médiation numérique de la Métropole de Lyon.',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment