-
Notifications
You must be signed in to change notification settings - Fork 99
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
A bunch of commits to keep this plugin compatible with Redmine 4.x #245
Open
fabricerobin
wants to merge
93
commits into
kawasima:master
Choose a base branch
from
Neticoa: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
…s la fiche du defect
fixes #16930 :Le test n'est pas affiché avec la bonne balise html dans la fiche du defect See merge request !1
… d'un fichier version
… comme passage à la ligne dans le résumé sur la page.
fixes #16621 :Le passage à la ligne dans une étape n'est pas affichée comme pass… …age à la ligne dans le résumé sur la page. See merge request !2
fixes #16623 :Pouvoir réutiliser les numéros supprimés See merge request !12
Fix 17299 dev See merge request !13
…hould be activated on the project to be able to see or manage screenshot on test cases
…&paste dialog close button is not accessible
samanthasilva
approved these changes
Jan 18, 2018
Hi I am using redmine 3.4.0, but when I try to add a Test Case, I get an internal server error with the folowing error:
How do I fix this? |
Hi,
Could you retry with the last commit on master branch ?
Thanks,
Fabrice
2018-04-01 7:20 GMT+02:00 Rohith Nandakumar <[email protected]>:
… Hi I am using redmine 3.4.0, but when I try to add a Test Case, I get an
internal server error with the folowing error:
Started GET "/projects/test/impasse/test_case" for 127.0.0.1 at 2018-04-01 10:46:36 +0530
Processing by ImpasseTestCaseController#index as HTML
Parameters: {"project_id"=>"test"}
Current user: admin (id=1)
Rendered plugins/redmine_impasse/app/views/impasse_test_case/index.html.erb within layouts/base (19.4ms)
Completed 200 OK in 86ms (Views: 59.8ms | ActiveRecord: 11.2ms)
Started GET "/projects/test/impasse/test_case/keywords" for 127.0.0.1 at 2018-04-01 10:46:37 +0530
Processing by ImpasseTestCaseController#keywords as JSON
Parameters: {"project_id"=>"test"}
Current user: admin (id=1)
Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 4.9ms)
Started GET "/projects/test/impasse/test_case/list?prefix=node&node_id=-1" for 127.0.0.1 at 2018-04-01 10:46:37 +0530
Processing by ImpasseTestCaseController#list as JSON
Parameters: {"prefix"=>"node", "node_id"=>"-1", "project_id"=>"test"}
Current user: admin (id=1)
Completed 500 Internal Server Error in 26ms (ActiveRecord: 7.7ms)
NoMethodError (undefined method `to_i' for true:TrueClass):
plugins/redmine_impasse/app/models/impasse/node.rb:43:in `active?'
plugins/redmine_impasse/app/controllers/impasse_test_case_controller.rb:401:in `block in convert'
plugins/redmine_impasse/app/controllers/impasse_test_case_controller.rb:393:in `each'
plugins/redmine_impasse/app/controllers/impasse_test_case_controller.rb:393:in `convert'
plugins/redmine_impasse/app/controllers/impasse_test_case_controller.rb:36:in `list'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
How do I fix this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#245 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG_GM9x27bwYbeK66hD7RU3Bet51STM4ks5tkGOPgaJpZM4HKYx5>
.
|
fabricerobin
changed the title
A bunch of commits to keep this plugin compatible with Redmine 3.x
A bunch of commits to keep this plugin compatible with Redmine 4.x
Jun 27, 2019
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.