Closed (cannot reproduce)
Project:
Drupal core
Version:
9.2.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jun 2020 at 00:26 UTC
Updated:
8 Nov 2020 at 06:16 UTC
Jump to comment: Most recent
Comments
Comment #6
pameeela commentedAdding contributors from related issue for credit.
Comment #7
lendudeThis is not something you see with every view you create in D8. You would have to have an entity with zero relationships for that to be shown. Core has none of those, so I think the steps need to be updated a bit (if this is reproducible at all).
Comment #8
pameeela commentedYeah I wasn’t able to reproduce it based on those steps. I think we probably just need one or two other people to weigh in and if no one has any ideas then we can close it.
Comment #9
robcolburn commentedHi there, I wrote the patch I suppose, but I haven’t touched Drupal in over 5 years - never saw the GA of D8.
I believe the code diff is … trivial defensive programming. As I recall, “Custom Entities” were a powerful but poorly documented feature that became common building blocks in D8, and the foundational Views plugin became Core. So that may explain some of the disconnect.
If you’re looking for something that lacks relationships, I’d suppose you go through the flow of making a new entity type, then a View of that thing.
I believe the D7 flow of creating new Entities involved manually creating database tables, so there might be some edge-cases where this issue comes up.
Also, I can’t remember the difference between a “Node” and an “Entity” in Drupal anymore, so I maybe using terms incorrectly.
Comment #11
pameeela commentedClosed since no info provided on how to reproduce.