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