Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor

This commit is contained in:
Lauri Ojansivu 2022-04-18 21:25:47 +03:00
commit 0c3ca14699
268 changed files with 3109 additions and 10419 deletions

View file

@ -1,3 +1,5 @@
import { TAPi18n } from '/imports/i18n';
const passwordField = AccountsTemplates.removeField('password');
const emailField = AccountsTemplates.removeField('email');
let disableRegistration = false;

View file

@ -1,3 +1,5 @@
import moment from 'moment';
import { TAPi18n } from '/imports/i18n';
import {
OPERATOR_ASSIGNEE,
OPERATOR_BOARD,
@ -46,7 +48,6 @@ import {
PREDICATE_YEAR,
} from './search-const';
import Boards from '../models/boards';
import moment from 'moment';
export class QueryDebug {
predicate = null;

View file

@ -1,3 +1,5 @@
import { TAPi18n } from '/imports/i18n';
let previousPath;
FlowRouter.triggers.exit([
({ path }) => {