kanban : fix open file with comments on click on comments footer
This commit is contained in:
parent
d178fc5194
commit
eca807aa52
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
v-if="pdf.comments?.length > 0"
|
v-if="pdf.comments?.length > 0"
|
||||||
class="order-last | text-sm text-primary font-medium"
|
class="order-last | text-sm text-primary font-medium"
|
||||||
>
|
>
|
||||||
<router-link :to="'/' + step.uri + '?comments=true'">
|
<router-link :to="'/' + step.uri + '&comments=true'">
|
||||||
{{ pdf.comments.length }} commentaire{{
|
{{ pdf.comments.length }} commentaire{{
|
||||||
pdf.comments.length > 1 ? "s" : ""
|
pdf.comments.length > 1 ? "s" : ""
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue