59:21 59:03 Running- last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass - last update
over 1 year ago 30,341 pass 1:44 58:33 Running- Status changed to Needs work
over 1 year ago 8:31am 29 July 2023 - 🇫🇮Finland lauriii Finland
+++ b/core/lib/Drupal/Core/Field/WidgetBase.php @@ -262,7 +262,7 @@ protected function formMultipleElements(FieldItemListInterface $items, array &$f + '#attributes' => ['class' => ['field-add-more-submit', 'button--small']],
I think we could use the
#button_type
render array key instead. With that this would be just a render array change which is acceptable in a minor. - last update
over 1 year ago 29,946 pass - last update
about 1 year ago 30,424 pass, 2 fail - 🇮🇳India prashant.c Dharamshala
Prashant.c → made their first commit to this issue’s fork.
- Status changed to Needs review
about 1 year ago 9:43am 15 December 2023 - 🇮🇳India prashant.c Dharamshala
Added
'#button_type' => 'small'
, kept the attributes'#attributes' => ['class' => ['field-add-more-submit']],
Raised a MR, changes needs to be reviewed.
Thanks!
- Status changed to Needs work
about 1 year ago 1:26pm 15 December 2023 - 🇺🇸United States smustgrave
Seems the change at line 281 is out of scope. And issue summary mentions screenshots of a multi value widget which should be added to the user interface section of the summary
- 🇨🇭Switzerland berdir Switzerland
There is no change in core *if* you use Claro, we just move the class. Other themes that currently don't override it like that might change though. I suppose we could compare the backend with another theme, but not even sure which one?