sadfuzzy / redcase

Redmine Redcase Plugin for managing test cases.
12 stars 11 forks source link

Cannot move testcase - it ask for login everytime #9

Open luisfgfurtado opened 11 years ago

luisfgfurtado commented 11 years ago

Every time that I tried to move an 'TestCase' to an 'TestSuite' a login popup was showed. Even if I fill in the login, the login never happens.

As you can see in the video below, the login name is always anonymous.

https://www.dropbox.com/s/s9wc2a2y6j35mdt/move_testcase.mp4

leozeo commented 11 years ago

comment the line mentioned below in ...plugins/redcase/app/controllers/redcase_controller.rb

skip_before_filter :verify_authenticity_token

cforce commented 11 years ago

well this will open access for cross site attacs

sadfuzzy commented 11 years ago

I also still had not found the solution for this :(

ysiuu commented 10 years ago

This fix does not work for such environment:

Environment:
  Redmine version                2.3.3.stable
  Ruby version                   2.0.0-p247 (2013-06-27) [i686-linux]
  Rails version                  3.2.13
  Environment                    production
  Database adapter               Mysql2
Redmine plugins:
  redcase                        1.0 alpha 1.8
  redmine_backlogs               v1.0.6
  redmine_work_time              0.2.14

Or maybe I'm doing something wrong. Any hints?

jediko commented 10 years ago

I updated to latest version and install it on 2.3.3 redmine...this problem is fixed