mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10: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
|
|
@ -270,8 +270,4 @@ const mongodbDriverManager = new MongoDBDriverManager();
|
|||
// Export for use in other modules
|
||||
export { mongodbDriverManager, MongoDBDriverManager };
|
||||
|
||||
// Log initialization
|
||||
if (Meteor.isServer) {
|
||||
console.log('MongoDB Driver Manager initialized');
|
||||
console.log(`Supported MongoDB versions: ${mongodbDriverManager.getSupportedVersions().join(', ')}`);
|
||||
}
|
||||
// MongoDB Driver Manager initialized (status available in Admin Panel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue