Skip to content

Commit

Permalink
Merge pull request #628 from nscuro/backport-pr-627
Browse files Browse the repository at this point in the history
Backport: Fix external references being cleared upon project update
  • Loading branch information
nscuro authored Oct 24, 2023
2 parents 4dd59d0 + 024b341 commit 651887b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/portfolio/projects/ProjectDetailsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@
purl: this.project.purl,
swidTagId: this.project.swidTagId,
tags: tagsNode,
active: this.project.active
active: this.project.active,
externalReferences: this.project.externalReferences,
}).then((response) => {
this.$emit('projectUpdated', response.data);
this.$toastr.s(this.$t('message.project_updated'));
Expand Down

0 comments on commit 651887b

Please sign in to comment.