Skip to content

Commit

Permalink
Fix defaults for File Manager to move to trash rather than delete
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 14, 2021
1 parent e237638 commit 5a10848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/filemin/config.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ per_page=30

config_portable_module_filemanager_default_sort=0
config_portable_module_filemanager_records_for_server_pagination=1000
config_portable_module_filemanager_move_to_trash=false
config_portable_module_filemanager_move_to_trash=true

config_portable_module_filemanager_hide_tree_view=false
config_portable_module_filemanager_tree_expand_search=true
Expand Down
4 changes: 2 additions & 2 deletions theme.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desc=Authentic Theme
longdesc=Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome (https://github.com/authentic-theme/authentic-theme)
version=19.84.7-RC1
mversion=02
version=19.84.7
mversion=01
depends=1.982 1.831
depends_reason=https://github.com/webmin/webmin/commit/ae6921a
webmin=1
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var
config_portable_module_filemanager_editor_tabs_to_spaces = false,
config_portable_module_filemanager_view_limit = 512000,
config_portable_module_filemanager_checksum_limit = 1024000,
config_portable_module_filemanager_move_to_trash = false,
config_portable_module_filemanager_move_to_trash = true,


// Locale defaults
Expand Down

0 comments on commit 5a10848

Please sign in to comment.