mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41:47 +01:00
parent
dcac00696e
commit
74deeeaaa6
8 changed files with 0 additions and 12 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from './attachments';
|
||||
|
||||
// Activities don't need a schema because they are always set from the a trusted
|
||||
// environment - the server - and there is no risk that a user change the logic
|
||||
// we use with this collection. Moreover using a schema for this collection
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import {
|
|||
TYPE_TEMPLATE_CONTAINER,
|
||||
} from '/config/const';
|
||||
import Users from "./users";
|
||||
import Attachments from './attachments';
|
||||
|
||||
Boards = new Mongo.Collection('boards');
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import {
|
|||
TYPE_LINKED_BOARD,
|
||||
TYPE_LINKED_CARD,
|
||||
} from '../config/const';
|
||||
import Attachments from './attachments';
|
||||
|
||||
Cards = new Mongo.Collection('cards');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import moment from 'moment';
|
||||
const Papa = require('papaparse');
|
||||
import { TAPi18n } from '/imports/i18n';
|
||||
import Attachments from './attachments';
|
||||
|
||||
//const stringify = require('csv-stringify');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue