Fix shared task tooltip [SCI-10960]

This commit is contained in:
Anton 2024-08-06 15:39:58 +02:00
parent 3f508d325f
commit 3c9d2b9a39
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<div :title="shareTitle">
<div :title="shareTitle" :data-html="true" data-toggle="tooltip" data-placement="left">
<button class="btn"
id="share-button"
type="button"
@ -73,6 +73,7 @@ export default {
mounted() {
// move modal to body to avoid z-index issues
$('body').append($(this.$refs.modal));
$('[data-toggle="tooltip"]').tooltip();
},
methods: {
enableShare() {

View file

@ -1192,7 +1192,7 @@ en:
shareable_links:
share: "Share"
shared: "Shared"
disabled: "Sharing is disabled for your team.\nAsk your team admin to enable sharing in the team settings."
disabled: "<b>Sharing is disabled for your team.</b><br>Ask your team admin to enable sharing in the team settings."
notes:
title: "Notes"
no_description: "No task description"