Skip to content

Commit

Permalink
putting back project.name
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Dec 3, 2024
1 parent daec39a commit 40d3e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ export default {
},
created() {
if (this.$route.query.project) {
// required for plugin metadata
this.project = { name: this.$route.query.project }
ProjectApi.getAll({ q: this.$route.query.project }).then((response) => {
this.incidentProject = response.data.items[0]
this.project = response.data.items[0]
Expand Down

0 comments on commit 40d3e92

Please sign in to comment.