mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Changed wekan-boostrap-datepicker to HTML datepicker.
Thanks to xet7 !
This commit is contained in:
parent
33e4b046e8
commit
79b94824ef
112 changed files with 192 additions and 5589 deletions
|
|
@ -5,7 +5,7 @@ import { ReactiveCache } from '/imports/reactiveCache';
|
|||
// 2. The card activity tab
|
||||
// We use this publication to paginate for these two publications.
|
||||
|
||||
Meteor.publish('activities', (kind, id, limit, showActivities) => {
|
||||
Meteor.publish('activities', function(kind, id, limit, showActivities) {
|
||||
check(
|
||||
kind,
|
||||
Match.Where(x => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue