mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +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
|
|
@ -288,7 +288,4 @@ const mongodbConnectionManager = new MongoDBConnectionManager();
|
|||
// Export for use in other modules
|
||||
export { mongodbConnectionManager, MongoDBConnectionManager };
|
||||
|
||||
// Log initialization
|
||||
if (Meteor.isServer) {
|
||||
console.log('MongoDB Connection Manager initialized');
|
||||
}
|
||||
// MongoDB Connection Manager initialized (status available in Admin Panel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue