- Issue created by @wim leers
- Status changed to Needs review
over 1 year ago 1:18pm 26 June 2023 - last update
over 1 year ago Build Successful - Status changed to Needs work
over 1 year ago 2:15pm 26 June 2023 - Status changed to Needs review
over 1 year ago 5:48am 27 June 2023 - last update
over 1 year ago Build Successful - Status changed to Needs work
over 1 year ago 12:28pm 27 June 2023 - 🇺🇸United States smustgrave
Still caused some failure.
And was tagged for issue summary update
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
I discussed this at drupal dev days 2023. We think that this is actually not an issue. The call to
getDataType
here is actually about the content of what is in the field, not about the field itself. Since all (or at least most) fields are lists, returning list here is correct.FieldConfigBase implements the DataDefinitionInterface, that one provides this method.
I think we should close this one as won't fix.
- Status changed to Needs review
over 1 year ago 7:31am 21 July 2023 - last update
over 1 year ago 29,826 pass - 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
Added some inline docs, so the next one who tries this does not run in to the same issue as I did. Did this based on feedback by @lauriii at drupal dev days.
- Status changed to RTBC
over 1 year ago 3:36pm 21 July 2023 - 🇺🇸United States smustgrave
Documentation change looks good.
Updated IS with #7
- Assigned to fago
- Status changed to Needs review
over 1 year ago 12:47pm 22 July 2023 - 🇦🇹Austria fago Vienna
I agree with the conclusion, the data type as is is correct, since the field-config is actually a typed-data-definition for field-item-lists, not for the config. I'd suggest to improve the comment a bit more though, "contents of field-config" seems confusing. I'm rolling a new one.
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
over 1 year ago Not currently mergeable. - @fago opened merge request.
- last update
over 1 year ago 29,877 pass - @fago opened merge request.
- 🇦🇹Austria fago Vienna
added it as new MR: https://git.drupalcode.org/project/drupal/-/merge_requests/4446
Hopefully that explains it will. FieldConfigBase config type is used for the schema, describing field-config entities. Field config entities are the "schema" / data definitions describe field-item lists, and those are "list".
- 🇦🇹Austria fago Vienna
Updated issue title to reflect what the change is doing
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
That is a lot better than what I had written. Thanks @fago!
- Status changed to RTBC
over 1 year ago 9:30pm 22 July 2023 - Status changed to Fixed
over 1 year ago 7:12am 23 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.