mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Add support for MongoDB 3-8, detecting which one is in use.
Thanks to xet7 !
This commit is contained in:
parent
1f5a549589
commit
74ccfea570
11 changed files with 1650 additions and 7 deletions
|
|
@ -112,7 +112,7 @@ class AdminReport extends BlazeComponent {
|
|||
}
|
||||
|
||||
resultsCount() {
|
||||
return this.collection.find().count();
|
||||
return this.collection.find().countDocuments();
|
||||
}
|
||||
|
||||
fileSize(size) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue