Defect #34743
Hooks for queries helper
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Hook requests | |||
Target version: | Candidate for next major release | |||
Resolution: | Affected version: |
Description
Plugin developers very often overwrite queries helper column_value and column_content.
The problem is, that there two ways to overwrite it: prepend and alias_method. There is a conflict if one plugin uses prepend and the other plugin uses alias_method for the same method.
More and more plugins do not work together because of this reason. Because of this, there should be a better way to solve this wish to overwrite.
I added a patch to introduce two hooks, which could be used by plugin develops. With this approach there is no need for overwriting this method anymore.
History
#2
Updated by Alexander Meindl 22 days ago
Hi Go MAEDA,
thanks for responding.
Here is a list of some plugins which overwrites query helper methods:
- redmine_multiprojects_issue
- redmine_checklists
- additional_tags (with conflict issue for more information)
- redmine_contacts_helpdesk
- redmineup_tags