Feature/redmine3 2#1113
Conversation
This gem is now in the top-level Redmine Gemfile, so it just causes a conflict when you bundle install
With the responsive UI changes in in 3.2, Redmine now uses divs rather than tables for layout. This patch changes the rendering of the additional attributes that backlogs adds to tickets to divs, using the same helper mechanism as the main ticket attributes.
|
Hello when will this merge with Feature branch https://github.com/backlogs/redmine_backlogs/tree/feature/redmine3 ? |
|
As per the comment in the pull request : this would break versions lower than 3.2, so I don't think it should get merged, but the branch should probably get pulled into the main repo as |
|
@awilkins that make sense. |
|
I done all the modifications still am getting.... NameError: uninitialized constant Backlogs::IssuePatch::RbIssueHistory please any help for this... |
Backported from backlogs#1113
Backported from backlogs#1113
Hi there :-)
Have enjoyed using your plugin for a while now.
This branch won't be compatible with versions below 3.2, so I suggest you just fetch it into your repo rather than merging it.
Since Redmine 3.2, they have made some changes to the rendering of views in order to support their new (and much better for mobile phones) responsive UI CSS sheets.
Ran into trouble with redmine_backlogs when I upgraded because the Issue view still uses the old elements. Have patched the hook to use the newer mechanism (using the same helper function that the main view does).