mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
<pre>
1) Error:
ProjectNestedSetTest#test_adding_a_root_to_first_position_should_update_nested_set_order:
ActiveRecord::RecordInvalid: Validation failed: trackers is invalid, trackers is invalid, trackers is invalid
test/unit/project_nested_set_test.rb:27:in `setup'
</pre>
You can reproduce with following change.
<pre>
class ProjectNestedSetTest < ActiveSupport::TestCase
+ fixtures :trackers
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@13730 e93f8b46-1217-0410-a6f0-8f06a7374b81
Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976).
= Redmine Redmine is a flexible project management web application written using Ruby on Rails framework. More details can be found in the doc directory or on the official website http://www.redmine.org
Description
Languages
Ruby
78.7%
HTML
15.1%
JavaScript
3.7%
CSS
2.1%
Perl
0.3%
Other
0.1%