Can't access in Views

Created on 8 March 2022, over 2 years ago
Updated 31 December 2023, 6 months ago

Hi,

Trying to get the module to work with Views.

Enabled the module, add the field to some content types. I can add notes just fine. Works great!

I would like to make a View that shows all comments on the site.

Can add the field to a content View, but nothing ever shows up. I don't see these notes as a Views type. Nothing shows up as far as a relationship to the notes entities.

I have made absolutely sure there are notes for a node I am adding as a fixed value in the contextual filters just to make sure. Only the field label even shows.

Any suggestions on troubleshooting would be really great!

Thank you!

πŸ’¬ Support request
Status

Active

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States duckydan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States pingevt

    I was just evaluating this today... looks like by simply adding the Views handler to the entity would start to get this going.

    in editor_note/src/Entity/EditorNote.php in the entity def.

     *   handlers = {
     *     "views_data" = "Drupal\views\EntityViewsData",
     *   }
    

    If i end up going with this module, I may try and add a patch.

Production build 0.69.0 2024