diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-14 03:49:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-14 03:49:44 +0000 |
commit | af36d450e4ff36ae296e6a02f0888df7591f6658 (patch) | |
tree | 2fa3aad40fc8e70db4f8e5107c7234769b784b2d /config | |
parent | 1e929c43286c9b49bcf320498335018054a8ae41 (diff) | |
download | redmine-af36d450e4ff36ae296e6a02f0888df7591f6658.tar.gz redmine-af36d450e4ff36ae296e6a02f0888df7591f6658.zip |
Reverts r19569 (#33071).
404 error after deleting an attachment.
git-svn-id: http://svn.redmine.org/redmine/trunk@19579 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/configuration.yml.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index f96f48f87..a8b6be83c 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -169,8 +169,7 @@ default: # Requires users to re-enter their password for sensitive actions (editing # of account data, project memberships, application settings, user, group, - # role, auth source management, project deletion and deletion of contents - # such as issues, attachments and wiki pages). Disabled by default. + # role, auth source management and project deletion). Disabled by default. # Timeout is set in minutes. # #sudo_mode: true |