mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 03:40:16 +01:00
Remove pwix:blaze-layout
This commit is contained in:
parent
9ebf4d2426
commit
0635a663f0
38 changed files with 771 additions and 432 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import LockoutSettings from '/models/lockoutSettings';
|
||||
import { Settings } from '../../models/settings';
|
||||
|
||||
Meteor.publish('lockoutSettings', function() {
|
||||
const ret = LockoutSettings.find();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
import { Settings } from '../../models/settings';
|
||||
|
||||
Meteor.publish('globalwebhooks', () => {
|
||||
const boardId = Integrations.Const.GLOBAL_WEBHOOK_ID;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
import { Settings } from '../../models/settings';
|
||||
|
||||
Meteor.publish('tableVisibilityModeSettings', function() {
|
||||
const ret = TableVisibilityModeSettings.find();
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue