You've already forked AstralRinth
link with slug if exists (#5029)
This commit is contained in:
@@ -204,7 +204,7 @@ function openProjectForReview() {
|
||||
name: 'type-id',
|
||||
params: {
|
||||
type: 'project',
|
||||
id: props.queueEntry.project.id,
|
||||
id: props.queueEntry.project.slug || props.queueEntry.project.id,
|
||||
},
|
||||
state: {
|
||||
showChecklist: true,
|
||||
|
||||
Reference in New Issue
Block a user