Open thomst opened 4 years ago
Based on the code of redmine_contacts
I rewrote projects_helper_patch.rb
and it seems to work.
I attach the rewritten file and a patch here. (I am not a ruby-programmer. I just done some copy-paste.)
projects_helper_patch.zip
We are on hourglass-1.1.1. But projects_helper_patch.rb
hasn't changed since then. So the issue and patch might be of interesst.
Hi @thomst, thank you for reporting the issue and your investigations and patch. This will require a deeper inspection. I remember, that there was an evolution on Redmine Plugins on how these kinds of settings are added. When we wrote this, it was unclear what the final best approach will become.
We updated redmine to 4.1.7 and the hourglass plugin to 1.2.0-rc1. We have still the same issue. Is there a special reason why this issue is tagged as 'wontfix'?
It is marked as wontfix
because it seems we cannot fix it, without breaking other plugin compatibility. Redmine Plugins have all the possibilities, but developed independently, so some combinations will not work. We do not have the resources necessary, to fix compatibility issues with all existing and future Redmine plugins for free, for ever. Pull requests are always considered, but we won't provide a fix.
After upgrading our redmine-instance to 4.0 we encountered the following error when open the project's configuration-tab:
After some investigation I found a similar issue in redmine_dmsf which seemed to be an incompatibility with other plugins.
Setup