mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
preparation hide checklist-items per card
This commit is contained in:
parent
f6d2b08025
commit
d949753d54
8 changed files with 12 additions and 110 deletions
|
|
@ -88,11 +88,6 @@ BlazeComponent.extendComponent({
|
|||
events() {
|
||||
return [
|
||||
{
|
||||
'click .minicard-checklists'() {
|
||||
// Prevents clicking checklist at minicard from opening card details,
|
||||
// while still allowing checking checlist items.
|
||||
event.preventDefault();
|
||||
},
|
||||
'click .js-linked-link'() {
|
||||
if (this.data().isLinkedCard()) Utils.goCardId(this.data().linkedId);
|
||||
else if (this.data().isLinkedBoard())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue