mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Add admin reports to admin panel
* Broken cards * Attachments * Orphaned Attachments
This commit is contained in:
parent
4de830d663
commit
0e593c7d81
9 changed files with 237 additions and 7 deletions
|
|
@ -1,3 +1,8 @@
|
|||
export const AttachmentStorage = new Mongo.Collection(
|
||||
'cfs_gridfs.attachments.files',
|
||||
);
|
||||
export const AvatarStorage = new Mongo.Collection('cfs_gridfs.avatars.files');
|
||||
|
||||
const localFSStore = process.env.ATTACHMENTS_STORE_PATH;
|
||||
const storeName = 'attachments';
|
||||
const defaultStoreOptions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue