Actions
Defect #37603
closedMissing translation for label_default_queries.for_this_user
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In #7360 we introduced default issue queries.
Admins can edit the default issue query for other users in Administration -> Users -> [User] -> Default issue query. Here (specifically in UsersHelper#default_issue_query_options
), we attempt to use the I18n key label_default_queries.for_this_user
which is however missing in the original patch for #7360.
This patch adds the missing I18n keys for English and German. It should apply both to trunk and 5.0-stable.
Files
Related issues
Updated by Go MAEDA about 2 years ago
- Target version changed from Candidate for next minor release to 5.0.3
Setting the target version to 5.0.3.
Updated by Holger Just about 2 years ago
- Related to Feature #7360: Issue custom query: default query per instance, project and user added
Updated by Go MAEDA about 2 years ago
- Tracker changed from Patch to Defect
- Subject changed from Add missing translation for label_default_queries.for_this_user to Missing translation for label_default_queries.for_this_user
- Category set to Translations
- Status changed from New to Confirmed
Updated by Go MAEDA about 2 years ago
- Status changed from Confirmed to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix with changes for all languages. Thank you for reporting and fixing the issue.
Actions