Open lucalenardi opened 9 years ago
I confirm this. global_roles for users are working on 2.6. global_roles for groups - do not work. When you click on a group it indicates an error 500.
Started GET "/groups" for 10.0.1.98 at 2014-12-08 12:10:03 +0500 Processing by GroupsController#index as HTML Current user: artur (id=5) Rendered groups/index.html.erb within layouts/admin (7.3ms) Rendered admin/_menu.html.erb (7.8ms) Rendered plugins/ajax_counters/app/views/hooks/ajax_counters/_html_head.html.erb (1.3ms) Rendered plugins/global_roles/app/views/hooks/global_roles/_head.html.erb (0.1ms) Rendered plugins/single_auth/app/views/hooks/single_auth/_html_head.html.erb (2.2ms) Rendered plugins/unread_issues/app/views/hooks/unread_isues/_add_css.html.erb (0.5ms) Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_headers.html.erb (2.0ms) Rendered plugins/global_roles/app/views/hooks/global_roles/_view_layouts_base_body_bottom.html.erb (0.1ms) Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_add_form.html.erb (3.2ms) Rendered layouts/base.html.erb (33.9ms) Completed 200 OK in 69.2ms (Views: 51.6ms | ActiveRecord: 1.4ms) Started GET "/groups/8/edit" for 10.0.1.98 at 2014-12-08 12:10:05 +0500 Processing by GroupsController#edit as HTML Parameters: {"id"=>"8"} Current user: artur (id=5) Rendered groups/edit.html.erb within layouts/admin (5.9ms) Completed 500 Internal Server Error in 15.4ms
ActionView::Template::Error (wrong number of arguments (1 for 0)): 1: <%= title [l(:label_group_plural), groups_path], @group.name %> 2: 3: <%= render_tabs group_settings_tabs(@group) %> app/views/groups/edit.html.erb:3:in `_app_views_groups_edit_html_erb___2693690026457674317_70047069223400'
Thank you for bugreport. We created the issue in our task treaker. We will fix the bug as soon as possible.
Actually the plugin doesn't work with version 2.6. Any plan to make it compatible anytime soon?