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

New autoloader broke views_handler_field_comment_username handler #246

Closed
quicksketch opened this issue May 28, 2014 · 3 comments
Closed

Comments

@quicksketch
Copy link
Member

The path to views_handler_field_comment_username.inc is incorrect in comment.module.

    'views_handler_field_comment_username' => 'views/views_handler_field_comment_username.inc',
    'views_handler_field_comment_username' => 'views/views_handler_field_ncs_last_comment_name.inc',

This breaks the User: Author and Last Comment: Author handlers.

@quicksketch
Copy link
Member Author

@dougvann is going to take a stab at this one at the #drupalcorn sprint. :D

@dougvann
Copy link

I have a node w/ comments. All renders well.
I have a view that shows that node, has a relationship to both USERS and COMMENTS and renders author-name AND last-comment. All renders well.

How do I reproduce this bug?

update : Oops. Checked out backdropcms.org code instead of actual BackdropCMS code! :-)

@quicksketch
Copy link
Member Author

Thanks!! Merged. You rock @dougvann!

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