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

Merge branch...

Merge branch '389-structure-la-fiche-structure-s-affiche-par-dessus-la-page-de-modification' into 'dev'

Resolve "[Structure] - La fiche structure s'affiche par dessus la page de modification"

See merge request !603
parents e3d57c9e 25fc89f0
No related branches found
No related tags found
2 merge requests!608V2.4.2,!603Resolve "[Structure] - La fiche structure s'affiche par dessus la page de modification"
......@@ -95,12 +95,6 @@ export class StructureListComponent implements OnChanges, OnInit {
public showDetails(structure: Structure): void {
this.structure = structure;
this.router.navigate([], {
relativeTo: this.route,
queryParams: {
id: this.structure._id,
},
});
this.selectedMarkerId.emit(this.structure._id);
}
......
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