-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/redmine3 2 #1113
base: feature/redmine3
Are you sure you want to change the base?
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).