mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Revert Removed extra imports of Meteor. Hopefully fixes email notifications
and rules on old cars not working. Thanks to xet7 !
This commit is contained in:
parent
dfb563a330
commit
e4a9dc25ec
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { Meteor } from 'meteor/meteor';
|
||||||
|
|
||||||
Actions = new Mongo.Collection('actions');
|
Actions = new Mongo.Collection('actions');
|
||||||
|
|
||||||
Actions.allow({
|
Actions.allow({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { Meteor } from 'meteor/meteor';
|
||||||
|
|
||||||
Rules = new Mongo.Collection('rules');
|
Rules = new Mongo.Collection('rules');
|
||||||
|
|
||||||
Rules.attachSchema(
|
Rules.attachSchema(
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { Meteor } from 'meteor/meteor';
|
||||||
|
|
||||||
Triggers = new Mongo.Collection('triggers');
|
Triggers = new Mongo.Collection('triggers');
|
||||||
|
|
||||||
Triggers.mutations({
|
Triggers.mutations({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue