mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixes to make board showing correctly.
Thanks to xet7 !
This commit is contained in:
parent
ffb02fe0ec
commit
bd8c565415
33 changed files with 2372 additions and 2747 deletions
|
|
@ -50,7 +50,7 @@ class MeteorMongoIntegration {
|
|||
this.overrideMongoCollection();
|
||||
|
||||
this.isInitialized = true;
|
||||
console.log('Meteor MongoDB Integration initialized successfully');
|
||||
// Meteor MongoDB Integration initialized successfully (status available in Admin Panel)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -296,11 +296,8 @@ export { meteorMongoIntegration, MeteorMongoIntegration };
|
|||
|
||||
// Auto-initialize if MONGO_URL is available
|
||||
if (Meteor.isServer && process.env.MONGO_URL) {
|
||||
console.log('Auto-initializing Meteor MongoDB Integration with MONGO_URL');
|
||||
// Auto-initializing Meteor MongoDB Integration with MONGO_URL (status available in Admin Panel)
|
||||
meteorMongoIntegration.initialize(process.env.MONGO_URL);
|
||||
}
|
||||
|
||||
// Log initialization
|
||||
if (Meteor.isServer) {
|
||||
console.log('Meteor MongoDB Integration module loaded');
|
||||
}
|
||||
// Meteor MongoDB Integration module loaded (status available in Admin Panel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue