mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
Merge branch 'master' into feature-ostrio-files
This commit is contained in:
commit
620cc0dedc
95 changed files with 1070 additions and 488 deletions
|
|
@ -1045,6 +1045,22 @@ Migrations.add('add-default-profile-view', () => {
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
Migrations.add('add-hide-logo-by-default', () => {
|
||||
Settings.update(
|
||||
{
|
||||
hideLogo: {
|
||||
hideLogo: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
$set: {
|
||||
hideLogo: true,
|
||||
},
|
||||
},
|
||||
noValidateMulti,
|
||||
);
|
||||
});
|
||||
Migrations.add(
|
||||
'adapt-attachments-to-ostrio-files-api-using-meta-and-drp-cfs-leacy',
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue