summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-10-15 01:42:07 +0000
committerGo MAEDA <maeda@farend.jp>2023-10-15 01:42:07 +0000
commitff93ee3cfaf4aae92e826c8e879e1bb648c0dddd (patch)
treeb1b723612da5549ff0e2e2380f87ed340b839e08 /config
parent26c392d3c368af689df8c0c95863e3e0298d462a (diff)
downloadredmine-ff93ee3cfaf4aae92e826c8e879e1bb648c0dddd.tar.gz
redmine-ff93ee3cfaf4aae92e826c8e879e1bb648c0dddd.zip
API compatibility to legacy status and name query params (#39181, #37674)
- adds 'name' filter that mimics the old behavior of matching on email, login, first- or lastname - maps the 'status' url parameter to the status_id filter, and the 'name' url parameter to the new name filter Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@22343 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 5a950a7ff..7674619ec 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1410,3 +1410,4 @@ en:
twofa_text_group_disabled: "This setting is only effective when the global two factor authentication setting is set to 'optional'. Currently, two factor authentication is disabled."
text_user_destroy_confirmation: "Are you sure you want to delete this user and remove all references to them? This cannot be undone. Often, locking a user instead of deleting them is the better solution. To confirm, please enter their login (%{login}) below."
text_project_destroy_enter_identifier: "To confirm, please enter the project's identifier (%{identifier}) below."
+ field_name_or_email_or_login: Name, email or login