Skip to content

Commit

Permalink
return object when an item is selected in case/incident table
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Nov 3, 2023
1 parent a9927d5 commit ea51ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/static/dispatch/src/case/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
v-model="selected"
loading-text="Loading... Please wait"
show-select
return-object
@click:row="showCaseEditSheet"
>
<template #item.case_severity.name="{ value }">
Expand Down
1 change: 1 addition & 0 deletions src/dispatch/static/dispatch/src/incident/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
v-model="selected"
loading-text="Loading... Please wait"
show-select
return-object
@click:row="showIncidentEditSheet"
>
<template #item.project.name="{ item, value }">
Expand Down

0 comments on commit ea51ab7

Please sign in to comment.