Skip to content

Commit

Permalink
Show case_number instead of process_request.id for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Nov 8, 2024
1 parent 50d72db commit c38c26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Mobile/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default {
return this.item.case_number;
}
if (this.type === "tasks") {
return this.item.process_request.id;
return this.item.process_request.case_number;
}
return null;
},
Expand Down

0 comments on commit c38c26d

Please sign in to comment.