mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 15:52:47 +01:00
Fix goto redirection
This commit is contained in:
@@ -182,7 +182,7 @@ export default Vue.extend({
|
||||
}
|
||||
this.$router.push({
|
||||
name: "Ticket",
|
||||
params: { id: this.goto.toString() }
|
||||
params: { id: this.goto.toString(), type: "-" }
|
||||
});
|
||||
},
|
||||
openTicketList: function (type: string) {
|
||||
|
||||
Reference in New Issue
Block a user