Merge pull request #7831 from aignatov-bio/ai-sci-11009-fix-xss-on-table-task-name

Fix task table name renderer [SCI-11009]
This commit is contained in:
aignatov-bio 2024-09-05 13:02:11 +02:00 committed by GitHub
commit fb0e73bf80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@
</template>
<template v-else>
<a :href="params.data.urls.show" :title="params.data.name" >
<i v-if="params.data.locked" class="sn-icon sn-icon-locked-task"></i>
<span class="truncate">{{ params.data.name }}</span>
</a>
</template>