- Issue created by @charginghawk
- last update
over 1 year ago 116 pass, 2 fail - Status changed to Needs review
over 1 year ago 5:21pm 25 March 2024 - First commit to issue fork.
- Status changed to Needs work
11 months ago 10:16pm 3 September 2024 - π¨πSwitzerland berdir Switzerland
Makes sense, but instead of the if, it's the isBaseField() ternary inside that we should check for it being a FieldStorageConfig instead.
FWIW, I'm not sure why we even do that separation, I think we should instead just always combine entity_type_id and name together, it's also possible that there are multiple base fields with the same name.
there's also another isBaseField() check that might also have a problem with this, because views_entity_field_label() only deals with FieldConfigInterface, so I think we should do the same and check for that interface there.