-
-
Notifications
You must be signed in to change notification settings - Fork 553
Description
Problem/Motivation
I am building a new contrib module which has some custom entities. I used console to put the start of this together. The entities seem to work fine, i have written 100s of lines of code for the functionality of my module using these entities and i am close to being finished. From initial console build i see that i automatically get pages to manage my entities, manage fields, etc.. very cool.
I see 2 major issues though:
- manage entities page (maybe called my collection page) has no VBO sort of functionality (i.e. bulk delete or edit)
- if i go to create a View, even though Views knows about my new entity it knows nothing about the entity: title, id, fields, author, etc
My questions are not so much how to fix this.. but wondering where the disjoint is? Perhaps #1 is something Console could have added in? But, for #2 it seems like a core bug. Would Views not automatically know about fields in a custom entity? Or is this something that Console maybe should have added to the entity?
How to reproduce
Use console to make a custom entity.
Details to include:
- Drupal version: 8.4.3
- Console version: 1.5.0
- Console Launcher version: 1.5.0 (doesnt run outside of Drupal install)