-
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
various fixes up to redmine 3.4 for those interested #1151
Open
jouve
wants to merge
168
commits into
backlogs:master
Choose a base branch
from
wyplay:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Post route for project/:project_id/backlogs
Fix some errors
Added jquery-migrate-1.2.1.js Replaced find_all_by_id to where
Feature/3.0
…on' into ippeiukai_task_update_optimization
…' into ippeiukai_task_update_optimization
…ation Ippeiukai task update optimization
…t bundler and rake 10
…ON WARNING: Passing the format in the template name is deprecated. and DEPRECATION WARNING: Passing a template handler in the template name is deprecated.
…in_project_only fixe error: sprint shows only US of the main project
dupeg
force-pushed
the
master
branch
2 times, most recently
from
October 8, 2019 09:30
001fd23
to
3a28f34
Compare
- task directory deleted - Add sidekiq dependancy to GemFile - Change deprecated method *_filter by *_action, it is the equivalent since Rails5.2 - Change css z-index to prevent search menu to pass under backlog menu - hash attribute to prevent internal error when drag and drop task - Error Block Message in impediment
This fix specifies which version of ActiveRecord::Migration to inherit from. From rails version 5.1, db migration fails with following error: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for: class CreateStoriesTasksSprintsAndBurndown < ActiveRecord::Migration[4.2] Caused by: StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
fix version of ActiveRecord::Migration
In redmine 4.1.0, Backlog tab, we can't drag items, the javascript error was shown in console (tested in chrome and firefox). jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2 Uncaught Error: cannot call methods on draggable prior to initialization; attempted to call method 'enabled' at Function.error (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2) at HTMLLIElement.<anonymous> (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14) at Function.each (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2) at jQuery.fn.init.each (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2) at jQuery.fn.init.e.fn.<computed> [as draggable] (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14) at HTMLUListElement.dragStart (backlog.js?1578612524:198) at e.<computed>.<computed>._trigger (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14) at e.<computed>.<computed>._trigger (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:20) at e.<computed>.<computed>._trigger (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14) at e.<computed>.<computed>._mouseStart (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:19)
[BUGFixed] Cant drag items from Product Backlog
They were disabled due to "release burndown broken", but seems to work quite well.
Reenable release burndowns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.