- 🇳🇿New Zealand quietone
I tested this on Drupal 10.1.x., minimal install and was able to reproduce the problem. Fox example, for media the error message was 'Media type field is required." but the 'media type' field had no data.
The same thing happens with comments as well. I am adding a related issue, which may be a duplicate. I am not sure.
This needs an issue summary update, adding tag.
- First commit to issue fork.
- Merge request !7794#3033652: Fix issue with missing bundle in DefaultSelection.php → (Open) created by merilainen
- Status changed to Needs review
7 months ago 11:28am 27 April 2024 - 🇫🇮Finland merilainen
This changes the message to be an error displayed on the form element. See the attachment how it looks like.
- Status changed to RTBC
7 months ago 11:43am 27 April 2024 - 🇫🇮Finland TomiMikola
Nice improvement! Clear visual indication now for the missing bundles. Tested and works as expected, code looks ok too.
The usability seems to much better now but leaving this up to the committer if additional usability review is needed or not. For me this already improves usability quite much.
- Status changed to Needs work
7 months ago 5:59pm 30 April 2024 - 🇺🇸United States xjm
I also don't see any record of the usability review happening. @TomiMikola, please leave it up to the usability team and maintainers as to whether a usability review is required. Issues should not be marked RTBC when a usability review has been requested but has not happened yet.
In order to prepare for the usability team reviewing this, the MR should be gotten into a state where it applies and passes tests, and the issue summary should be updated with screenshots of the current "before" and "after" (both of which should be updated to show 11.x HEAD, since this issue is 5 years old).
Finally, we should investigate the relationship between this issue and the one @quietone linked.
Thanks everyone!