Fix No Add Card + etc.

Thanks to mimZD and xet7 !

Fixes #6108
This commit is contained in:
Lauri Ojansivu 2026-02-07 03:52:16 +02:00
parent c7b46c86c3
commit 55710835fe
15 changed files with 53 additions and 12 deletions

View file

@ -925,7 +925,8 @@ template(name="cardAssigneesPopup")
if userData.username
| (#{userData.username})
if isCardAssignee
i.fa.fa-check if currentUser.isWorker
i.fa.fa-check
if currentUser.isWorker
ul.pop-over-list.js-card-assignee-list
li.item(class="{{#if currentUser.isCardAssignee}}active{{/if}}")
a.name.js-select-assignee(href="#")

View file

@ -157,7 +157,7 @@ BlazeComponent.extendComponent({
textarea.focus();
},
deleteItem() {
async deleteItem() {
const checklist = this.currentData().checklist;
const item = this.currentData().item;
if (checklist && item && item._id) {

View file

@ -137,7 +137,7 @@
height: clamp(20px, 2.5vw, 28px);
position: absolute;
right: 0vw;
top: 6vh;
top: 4vh;
display: none;
z-index: 1;
}

View file

@ -46,7 +46,8 @@ template(name="minicard")
span {{_ 'upload-failed'}}
else if $eq status 'completed'
.upload-progress-success
i.fa.fa-check span {{_ 'upload-completed'}}
i.fa.fa-check
span {{_ 'upload-completed'}}
.minicard-title
if $eq 'prefix-with-full-path' currentBoard.presentParentTask