This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
wekan
Watch
1
Star
0
Fork
You've already forked wekan
0
mirror of
https://github.com/wekan/wekan.git
synced
2026-01-17 06:55:29 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
2a51a17ddc
wekan
/
server
/
publications
/
cards.js
5 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove LINKED_CARDS_ENABLED settings, because it does not work. Thanks to xet7 !
2019-12-22 09:44:58 +02:00
Meteor
.
publish
(
'card'
,
cardId
=>
{
check
(
cardId
,
String
)
;
return
Cards
.
find
(
{
_id
:
cardId
}
)
;
}
)
;
Reference in a new issue
Copy permalink