- Status changed to Needs review
over 1 year ago 9:15am 14 July 2023 - last update
over 1 year ago CI aborted - 🇫🇮Finland lauriii Finland
Some of the title related feedback will hopefully be resolved by 🐛 Page title should contextualize the local navigation Needs work . I'll make sure to check if that's the case, and if not, I'll open follow-up for this 👍
Here's a patch that does two things I believe will address majority of the remaining feedback. I'm changing the select to a required field, without a default value. This way users have to explicitly select a target entity type. I'm also adding the target entity type to the comment type list since it is fundamental information about comment types.
- last update
over 1 year ago 29,814 pass - 🇫🇮Finland lauriii Finland
Oops, the patch contains 🐛 Comment settings are confusing Fixed . Here's one without the unrelated changes.
- 🇺🇸United States hooroomoo
Could we address the comment type breadcrumb in the patch too? Even testing this I got a little confused what comment type i was on when i was on the manage fields page.
- 🇫🇮Finland lauriii Finland
That's touching different part of the code so I opened a follow-up for that 🐛 Comment type form title is confusing Fixed . Will file a patch there in a moment.
- Status changed to RTBC
over 1 year ago 11:07am 14 July 2023 - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,815 pass - Status changed to Needs work
over 1 year ago 9:55am 19 July 2023 - 🇬🇧United Kingdom longwave UK
-
+++ b/core/modules/comment/src/CommentTypeListBuilder.php @@ -12,6 +15,28 @@ + * Constructs a new EntityListBuilder object.
This is a CommentTypeListBuilder.
-
+++ b/core/modules/comment/src/CommentTypeListBuilder.php @@ -12,6 +15,28 @@ + public function __construct(EntityTypeInterface $entity_type, protected EntityTypeManagerInterface $entityTypeManager) {
How does this work when the parent constructor is
public function __construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage) {
-
- Status changed to Needs review
over 1 year ago 10:28am 19 July 2023 - last update
over 1 year ago 29,822 pass - 🇫🇮Finland lauriii Finland
Not sure what I was thinking when I wrote that 😇 Addressed!
- Status changed to RTBC
over 1 year ago 3:39pm 19 July 2023 -
longwave →
committed 023898d3 on 11.x
Issue #2587415 by lauriii, LoMo, hooroomoo, longwave: Comment types UI...
-
longwave →
committed 023898d3 on 11.x
- Status changed to Fixed
over 1 year ago 3:58pm 19 July 2023 - 🇬🇧United Kingdom longwave UK
Committed and pushed 023898d3f9 to 11.x (10.2.x). Thanks!
Discussed with @lauriii and we decided not to backport as this is a UI change and may break someone's tests.
Automatically closed - issue fixed for 2 weeks with no activity.