Feature #26642
openSupport of ActiveRecord i18n scope in query filters
0%
Files
Related issues
Updated by Dmitry Lisichkin over 7 years ago
- File query_humanize.patch query_humanize.patch added
Updated by Toshi MARUYAMA about 7 years ago
- Tracker changed from Defect to Feature
- Target version set to 4.1.0
Updated by Toshi MARUYAMA about 7 years ago
- Related to Feature #26618: Support of default ActiveRecord I18n scopes in LabelledFormBuilder added
Updated by Seiei Miyagi over 5 years ago
I searched on GitHub, there are some plugins that uses `QueryFilter.new`, changing parameter of the initialize method may breaking these plugins.
https://github.com/search?l=Ruby&q=redmine+QueryFilter.new&type=Code
Updated by Go MAEDA over 5 years ago
- Target version changed from 4.1.0 to Candidate for next major release
Seiei Miyagi wrote:
I searched on GitHub, there are some plugins that uses `QueryFilter.new`, changing parameter of the initialize method may breaking these plugins.
https://github.com/search?l=Ruby&q=redmine+QueryFilter.new&type=Code
Thank you for reviewing the patch. I don't think it is worthwhile to be merged if it breaks some plugins.
Removing from 4.1.0 for now.
Updated by Dmitry Lisichkin over 3 years ago
Ok. How about this patch?
Query is a last part of redmine that use "field_*", after this patch there will be available safely way to migrate all this translations to standard I18n structure.