mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem attachment while reading
This commit is contained in:
parent
af560bc9b4
commit
77b5244723
1 changed files with 6 additions and 0 deletions
6
server/richer-editor-setting-helper.js
Normal file
6
server/richer-editor-setting-helper.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Meteor.startup(() => {
|
||||
const RCCE = process.env.RICHER_CARD_COMMENT_EDITOR;
|
||||
if (RCCE) {
|
||||
Meteor.settings.public.RICHER_CARD_COMMENT_EDITOR = RCCE !== 'false';
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue