Skip to content

Interfering with user profile #349

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

Closed
BAndonovski opened this issue Feb 4, 2015 · 1 comment
Closed

Interfering with user profile #349

BAndonovski opened this issue Feb 4, 2015 · 1 comment
Assignees

Comments

@BAndonovski
Copy link

This plugin seems to mess up the users view...

Started GET "/redmine/users/6" for 192.168.122.1 at 2015-02-04 14:48:42 +0100
Processing by UsersController#show as HTML
  Parameters: {"id"=>"6"}
  Current user: r2d2 (id=6)
  Rendered plugins/redmine_git_hosting/app/views/users/show.api.rsb within layouts/base (40.4ms)
Completed 500 Internal Server Error in 405.3ms

ActionView::Template::Error (No builder for format ):
    1: api.user do
    2:   api.id         @user.id
    3:   api.login      @user.login if User.current.admin? || (User.current == @user)
    4:   api.firstname  @user.firstname
  lib/redmine/views/builders.rb:28:in `for'
  app/controllers/users_controller.rb:76:in `block (2 levels) in show'
  app/controllers/users_controller.rb:75:in `show'
@BAndonovski
Copy link
Author

Found it's a duplicate of #331. Closing.

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

No branches or pull requests

2 participants