Skip to content
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

2.6 Support #2

Open
lucalenardi opened this issue Dec 4, 2014 · 2 comments
Open

2.6 Support #2

lucalenardi opened this issue Dec 4, 2014 · 2 comments

Comments

@lucalenardi
Copy link

Actually the plugin doesn't work with version 2.6. Any plan to make it compatible anytime soon?

@Marku555
Copy link

Marku555 commented Dec 8, 2014

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'

@SkiF91
Copy link
Collaborator

SkiF91 commented Dec 9, 2014

Thank you for bugreport. We created the issue in our task treaker. We will fix the bug as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants