Vote #80847
完了Possible double includes in issue query in gantt helper
0%
説明
The following @include@ line source:/tags/3.4.0/lib/redmine/helpers/gantt.rb#L141 should not be needed anymore as per r16221. It will not cause any problems currently, but should for example the sort options include any of the included relations, this might lead to ambiguous names in the @JOIN@ statement/double @JOIN@ statements leading to an error in the sorting.
This affects all versions since 3.4.0
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Setting the target version to 5.0.0.
--------------------------------------------------------------------------------
Committed the fix. Thank you.
--------------------------------------------------------------------------------
related_issues
relates,Closed,24865,Load associations of query results more efficiently