mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
merge master changes
This commit is contained in:
commit
5df5c7f5d7
401 changed files with 142692 additions and 15007 deletions
|
@ -1,3 +1,5 @@
|
|||
import { TAPi18n } from '/imports/i18n';
|
||||
|
||||
const passwordField = AccountsTemplates.removeField('password');
|
||||
const emailField = AccountsTemplates.removeField('email');
|
||||
let disableRegistration = false;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import moment from 'moment/min/moment-with-locales';
|
||||
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;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import { TAPi18n } from '/imports/i18n';
|
||||
|
||||
let previousPath;
|
||||
FlowRouter.triggers.exit([
|
||||
({ path }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue