Skip to content
Snippets Groups Projects
Commit 5e06ae16 authored by Camille Blanchon's avatar Camille Blanchon
Browse files

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

REDMINE_ISSUE-17219 | Liaison signalement - duplication dédoublée

See merge request !578
parents 070134fe 5582f0c3
No related branches found
No related tags found
1 merge request!578REDMINE_ISSUE-17219 | Liaison signalement - duplication dédoublée
......@@ -97,8 +97,8 @@ export default {
limit: '10'
})
.then(() => {
if (newValue) {
this.results = this.features;
if (newValue) { // filter out current feature
this.results = this.features.filter((el) => el.id !== this.$route.params.slug_signal);
} else {
this.results.splice(0);
}
......
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