Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Client
Commits
1d585b65
Commit
1d585b65
authored
Oct 3, 2023
by
Etienne LOUPIAS
Browse files
Options
Downloads
Patches
Plain Diff
fix(carto): avoid console error because carto refresh when clicking on edit structure button
parent
972c149d
No related branches found
No related tags found
1 merge request
!608
V2.4.2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/structure-list/components/structure-details/structure-details.component.ts
+1
-1
1 addition, 1 deletion
...mponents/structure-details/structure-details.component.ts
with
1 addition
and
1 deletion
src/app/structure-list/components/structure-details/structure-details.component.ts
+
1
−
1
View file @
1d585b65
...
...
@@ -202,7 +202,7 @@ export class StructureDetailsComponent implements OnInit {
}
public
handleModify
():
void
{
this
.
router
.
navigate
ByUrl
(
`/
profile
/
edit-structure
/
${
this
.
structure
.
_id
}
`
);
this
.
router
.
navigate
([
'
profile
'
,
'
edit-structure
'
,
this
.
structure
.
_id
]
);
}
public
deleteStructure
(
shouldDelete
:
boolean
):
void
{
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment