mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
Fix Admin Panel menus "Attachment Settings" and "Cron Settings" and make them translateable.
Thanks to xet7 !
This commit is contained in:
parent
f5d40a0a12
commit
033919a270
6 changed files with 190 additions and 109 deletions
|
|
@ -59,6 +59,11 @@ BlazeComponent.extendComponent({
|
|||
this.showMigration = attachmentSettings.showMigration;
|
||||
this.showMonitoring = attachmentSettings.showMonitoring;
|
||||
|
||||
// Set default sub-menu state
|
||||
this.showStorageSettings.set(true);
|
||||
this.showMigration.set(false);
|
||||
this.showMonitoring.set(false);
|
||||
|
||||
// Load initial data
|
||||
this.loadStorageConfiguration();
|
||||
this.loadMigrationSettings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue