Problem/Motivation

When a form pops up in a modal window, the form includes a multi-value field and the Claro theme is in use, the "Add Another" buttons are added to the footer of the modal instead of below the input field where it belongs.

Steps to reproduce

  • Enable Claro admin theme and Media/Media Library modules.
  • Add a multi-value field to a media type (image), make sure the field is included in the Media Library form mode.
  • Add a media reference field to a content type which uses the Media Library widget.
  • Create a node of that type and add a new image in the Media Library modal.
  • Note the Add Another button is in the footer of the modal rather than below the relevant field.

Same thing happens in other forms in modals using the Claro theme, such as when the Layout Builder Modal is used for Layout Builder tab.

Proposed resolution

Remove <div class="form-actions"> wrapper from around the {{ button }} in Claro's field-multiple-value-form.html.twig file.

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

None

Release notes snippet

Updated Claro theme's field-multiple-value-form.html.twig file to remove 'form-actions' div wrapper around the button, which was causing the buttons to be moved to the footer when the multi-value form element appeared in a modal.

Original Post

Hi, I'm using Layout Builder Modal + Layout builder admin theme. When I use the default D8 administration theme (seven) everything works fine.

If I enable "Claro" as admin theme I've a bug: I've created a custom block type with a multivalue field. The "Add another item" button related to this field is rendered after the form submit button. This happens only with Claro so I'm reporting this bug here.

The "Add another item" should be near the field, the submit button instead should be on the bottom.

Example dialog with claro and multivalue field

CommentFileSizeAuthor
#81 3151534-D10.1.x-based-on-77--81.patch12.6 KBrecrit
#81 3151534-D11.x-based-on-77--81.patch12.15 KBrecrit
#80 3151534-D10.1-based-on-77.patch12.17 KBrecrit
#77 3151534-77-reroll.patch12.14 KBlauriii
#74 interdiff-71_73.txt9.11 KBGauravvvv
#74 3151534-73.patch12.6 KBGauravvvv
#71 3151534-71.patch12.97 KBmathilde_dumond
#71 3151534-71-test-only.patch3.46 KBmathilde_dumond
#70 3151534-70.patch13.06 KBmathilde_dumond
#70 3151534-67-70-interdiff.txt1.91 KBmathilde_dumond
#67 3151534-67.patch12.73 KBmathilde_dumond
#67 3151534-67-test-only.patch3.22 KBmathilde_dumond
#66 3151534-66.patch12.94 KBmathilde_dumond
#66 3151534-66-test-only.patch3.42 KBmathilde_dumond
#65 3151534-10.1-65.patch10.27 KBjrockowitz
#64 3151534-10.0-64.patch10.72 KBjrockowitz
#64 3151534-10.1-64.patch2.64 KBjrockowitz
#51 Screenshot from 2023-04-26 14-47-34.png21.74 KBkevinquillen
#49 3151534-nr-bot.txt144 bytesneeds-review-queue-bot
#46 Add-another-item.jpg22.58 KBgaurav-mathur
#45 After patch - add another item.png540.5 KBDeepaliJ
#45 Before patch - add another item .png575.69 KBDeepaliJ
#42 3151534-42.patch10.94 KBmathilde_dumond
#42 3151534-42-d10-1.patch10.12 KBmathilde_dumond
#34 interdiff_33-34.txt238 bytesranjith_kumar_k_u
#34 3151534-34.patch1.7 KBranjith_kumar_k_u
#33 Screenshot from 2022-01-05 15-29-13.png14.21 KBDanielVeza
#33 3151534-33.patch1.91 KBDanielVeza
#22 Delete-modal-fix.jpg8.63 KBelgandoz
#21 seven-vs-claro-2.jpg399.2 KBelgandoz
#21 seven-vs-claro-1.jpg308.27 KBelgandoz
#17 after-patch2.png267.22 KBscotwith1t
#17 before-patch2.png271.89 KBscotwith1t
#12 Without applying patch working as expected .png74.69 KBjanmejaig
#11 after-patch.png43.79 KBkomalk
#11 before-patch.png45.21 KBkomalk
#11 interdiff_7-11.txt827 byteskomalk
#11 3151534-11.patch1.62 KBkomalk
#10 Screenshot 2020-09-23 at 15.51.45.png47.98 KBlauriii
#7 3151534-7.patch609 bytesidebr
#5 admin_theme_options.png104.61 KBamykhailova
#5 modal_with_Claro_front_end.png52.99 KBamykhailova
#5 node_form.png36.87 KBamykhailova
#3 screen_shot_2020_07_15.png63.23 KBjimmynash
2020-06-14_10-09.png65.01 KBFiNeX

Issue fork drupal-3151534

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

FiNeX created an issue. See original summary.

FiNeX’s picture

Issue summary: View changes
jimmynash’s picture

FileSize
63.23 KB

I'm seeing the same thing with Claro. On a normal node form with two multi-value entity reference fields the "Add Another" buttons get pulled into the modal footer. This is a Claro subtheme in the screenshot but I've experienced the same behavior using Claro directly.

claro multivalue field buttons in modal footer

jimmynash’s picture

UPDATE: While this does help with some buttons in dialogs it breaks the buttons in Views UI modals in some cases.

This seems to be coming from core dialog.ajax.js

prepareDialogButtons gathers up the buttons to move to the footer using the selectors
'.form-actions input[type=submit], .layout-region-node-actions .form-actions a.button'

This is wide enough to pick up the add more buttons in the multivalue fields.

Right now I'm getting around this by:

  • copying core/misc/dialog/dialog.ajax.js to my subtheme js folder
  • renaming to mytheme_dialog.ajax.js
  • changing the selector used in var $buttons = $dialog.find to something more narrow using a selector from my theme
  • using an override

This is the override I'm using in my theme info.yml file:

libraries-override:
  core/drupal.dialog.ajax:
    js:
      misc/dialog/dialog.ajax.js: /themes/custom/mytheme/js/mytheme_dialog.ajax.js
amykhailova’s picture

Works well for me on the default node page:
Node form
I installed Layout Builder modal and it doesn't have Admin theme option as Claro, only Seven while Claro is set as default admin and Seven is actually uninstalled.
Theme Options
And I can only see issue if I set Claro as front-end default - then the issue is there - but I don't think Claro is intended to be used as non-admin and also not sure that Layout Builder Modal module is intended at the moment to be used with Claro since that wasn't an option for admin themes in modules settings
Claro as front user facing theme (not admin)

amykhailova’s picture

Oh should probably have mentioned versions:
Drupal 9.0.1
And Layout Builder Modal: 8.x-1.1

idebr’s picture

Title: "Add more" field button rendered after form submit on modal layout builder » "Add another item" field button is displayed as a modal action
Status: Active » Needs review
FileSize
609 bytes

The issue summary mentions two separate bugs:

  1. The 'Add another item' field button is displayed as a modal action
  2. The form submit button is NOT displayed as a modal action

I suggest we fix #1 here, and fix #2 in a follow-up issue.

Status: Needs review » Needs work

The last submitted patch, 7: 3151534-7.patch, failed testing. View results

anneke_vde’s picture

Status: Needs work » Reviewed & tested by the community

The above patch fixes: "Add another item" field button is displayed as a modal action
The buttons(s) are not visible as a modal action anymore.

lauriii’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Needs work
FileSize
47.98 KB


After this change, there isn't sufficient margin between the button and description text.

komalk’s picture

Status: Needs work » Needs review
FileSize
1.62 KB
827 bytes
45.21 KB
43.79 KB
janmejaig’s picture

Steps To Reproduce

  1. Go to “home >Administration>Structure>Block layout ”
  2. Note : Enable the “layout ” module under extend

  3. Select the “Claro“ theme under “Block Layout”
  4. Click “Custom block library” & then click “Blocks” option
  5. Click “Add Custom Block” button & add the values under the relevant fields
  6. Click “Save” button & “Block Types“ option
  7. Now go to created block & Click “Manage Fields” option & add the desired “Fields”
  8. Open the created customize block layout & observe the “Add another item ” button

This seems be working fine as expected without applying the patch for Drupal 8.9.x . Please find the attachment for the issue.

scotwith1t’s picture

Status: Needs review » Reviewed & tested by the community

In our case, it was the Media Library modal which revealed this problem for us. The patch in #11 worked for us too, and no problems with spacing that I could see.

zengenuity’s picture

I can confirm this issue happens Media Library, as described in #13, and the patch from #11 works to fix it.

quietone’s picture

Version: 8.9.x-dev » 9.1.x-dev
Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs issue summary update

Thanks everyone for working on this.

This is a bug and the patch in #11 is against 8.9.x, it needs to be for 9.1.x. I've started a test on 9.1.x. The issue summary should include the proposed resolution, adding the standard template would help there. And having before and after screenshots in the issue summary helps any reviewer and the committer.

In #12, janmejaig reports that they were unable to reproduce the issue. That discrepancy should be explained as well.

Does this need a test?

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

scotwith1t’s picture

Issue summary: View changes
FileSize
271.89 KB
267.22 KB

Looks like the patch passes for 9.1.x-dev, so I'm putting back to RTBC. Updated the summary to use the template best I could. Feel free to improve :)

Screenshots were in #11 but didn't really do it justice, so here is a before:
Before patch

And an after:
After patch

As for @janmejaig report, the steps/screenshot don't seem to be relevant as it's not something in a modal, which is all this issue is concerned with, but rather something on a standard form page.

scotwith1t’s picture

Status: Needs work » Reviewed & tested by the community
lauriii’s picture

Status: Reviewed & tested by the community » Needs work
+++ b/core/themes/claro/css/components/form.pcss.css
@@ -97,7 +97,7 @@ tr .form-item,
 .form-item__error-message {
...
-  margin-bottom: calc(6rem / 16); /* 6px */
+  margin-bottom: var(--space-m); /* 16px */

This increases spacing in other use cases than field cardinality. Maybe we could just wrap the button with element that uses other class than form-actions, and we would apply the same styles for that element?

Premanshu’s picture

Assigned: Unassigned » Premanshu
elgandoz’s picture

FileSize
308.27 KB
399.2 KB

Thanks for this works guys, I reckon we're almost there but I can still see an issue.

Seven vs Claro fig. 1

While the patch fixes the issue 1 & 2, it doesn't fix the issue 3: the main form actions buttons, like the node/taxonomy "Save"/"Delete", are inconsistent with the original behaviour.

In Seven, they display correctly in the modal footer, while in Claro only the "Save" appears correctly, with "Delete" remaining in the original place.

Seven vs Claro fig. 2

After a quick inspection I noticed that in the standalone versions of the form (in both admin themes), case A1 & B1, "Save" is a <input> with class="button", while "Delete" is an anchor (<a>) with class="button" in Seven and class="action-link" in Claro.
In Seven's modal (A2) the markup gets re-arranged somewhere and both links become a <button>, but in Claro only the first gets picked up while the second is ignored.

I haven't tested if the class change is enough, but if it is, I wonder what would be the consequences in changing that class for styling and coding standards.

I will try and come with a patch soon.

Edit: I can confirm that the class change does the trick.
claro.theme@366

  // Make entity forms delete link use the action-link component.
  if (isset($form['actions']['delete']['#type']) && $form['actions']['delete']['#type'] === 'link' && !empty($build_info['callback_object']) && $build_info['callback_object'] instanceof EntityForm) {
    $form['actions']['delete'] = _claro_convert_link_to_action_link($form['actions']['delete'], 'trash', 'default', 'danger');
  }

Commenting the snippet above fixes the modal, but obviously changes the style of the button (class="button button--danger"), becoming fully red.

Delete button modal fix

Any suggestion on the course of actions?
Maybe we could change the modifier class in order to have:

  • button--icon-trash to add the trash icon
  • button--action-link (or similar) in order to simulate the "hollow" link look.
elgandoz’s picture

FileSize
8.63 KB
elgandoz’s picture

Another solution to the above problem could be leaving the action links untouched and change the function that generates the <button> in the modal footer: instead of selecting the .button class, it could select any input, button, anchor inside the .form-actions wrapper.

idebr’s picture

#15 The issue summary contains a 'Proposed resolution'. #16 contains before/after screenshot.

#21 is a different bug: buttons that should be in the modal actions are not in the modal actions

The original issue is the inverse problem: a button is included as a modal action, but it should not be.

I suggest filing a separate issue for #21

elgandoz’s picture

As recommended by @idebr I opened a different issue for case #21, inspired by @jimmynash #4 comment.

On the current issue: I agree with @laurii in #19, to maintain the wrapper with a dedicated class in order to keep the original padding/margin without altering the component in different contexts.
Any recommendations about the naming of the wrapper class? I would propose .subform-actions or .multiple-value-form-actions.
The class should have the same properties of .form-actions, so we could change the selector like this:

.form-actions,
.multiple-value-form-actions { /* Or the preferred name */
  /* Existing style [...] */
}
ravi.shankar’s picture

Assigned: Premanshu » Unassigned
matthiasm11’s picture

+1 for patch #11.
The padding/margin should still be looked at, as stated by #19 and #25.

dorianwinterfeld made their first commit to this issue’s fork.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

larowlan’s picture

Issue tags: +JavaScript

I'm not a FEFM but in my opinion, the issue here is with Drupal.behaviors.dialog.prepareDialogButtons which is using classes that are intended for styling for attaching JS behaviour (yeah I put a u in behaviour, fight me).

In my opinion a better fix would be to change that code to look for .js-form-actions and update \Drupal\Core\Render\Element\Actions::processActions to add both the .form-actions class for the styling and the .js-form-actions class for the JS functionality.

I don't think that would represent a BC risk, but happy to be wrong.

Tagging for JS to see if JS maintainers agree with me

larowlan’s picture

Issue tags: +Bug Smash Initiative
DanielVeza’s picture

Status: Needs work » Needs review
FileSize
1.91 KB
14.21 KB

I need this change for a site, so protoyped the changes that larowlan suggested. It's solved the issue for me using the Claro theme.

Tests? What would need to assert? The position of the "add more" button?

ranjith_kumar_k_u’s picture

Status: Needs review » Needs work

The last submitted patch, 34: 3151534-34.patch, failed testing. View results

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

JSchref’s picture

Used patch #34 on 9.3.12 and it solved the problem.

bbu23’s picture

Patch #34 works for me as well for Drupal core 9.3.13. Thanks

ameymudras’s picture

Issue tags: +Needs tests

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Berdir’s picture

We discovered that too and I asked about it on slack (https://drupal.slack.com/archives/C1BMUQ9U6/p1666967652891399), where @larowlan pointed me to this issue.

IMHO, changing the selector here seems problematic, I'm not sure if that's not an API change or not as we can't rely on existing markup using the js class. The Actions class seems like a perfect example for that. I proposed a different fix in slack:

the latest patches are doing a very different thing than the issue summary proposes, this didn't work for paragraphs out of the box. I think a better fix would be to change the current claro class to something else that has the same effect as form-actions instead of changing the class that the existing and generic dialog JS looks for
would love some feedback from claro maintainers on that

@laurii confirmed that:

Yeah I agree that field-multiple-value-form.html.twig looks like a misuse of form-actions . I think we could remove that. However, something like changing the form-actions to js-form-actions could make sense as a follow-up.

He also confirmed that this should be allowed as a change to Claro in a patch(?)/minor release.

We plan to work on a patch for that in the next days.

Edit/Update: I missed #25, which suggested exactly the same and even also discussed with @laurii.

mathilde_dumond’s picture

Issue summary: View changes
Status: Needs work » Needs review
FileSize
10.12 KB
10.94 KB

I went back to the comment #25 and implemented that. #34 did not work for us, and #11 had the issue that some css rules depending on the class .form-actions were missing.

Following #25 suggestion, I did duplicate all the css rules for .form-actions, for the new class. I am a bit worried that some or many of them are not actually necessary, but without a reliable way to determine which cases are happening and which are not, I made the decision to apply that everywhere.

FMB’s picture

Applied #34, which went fine. Didn't have the chance to test #42. Thanks!

Berdir’s picture

Note that this breaks the paragraphs add above feature (again), as we foolishly relied on that form-actions class (to be fair, there isn't really an alternative and every theme does it differently). A patch to fix that is in #3268122: Button "Add above" is missing with Gin theme enabled

DeepaliJ’s picture

Verified and applied patch #42 on Drupal 10.1.x-dev.
The patch applied cleanly.
Followed the steps mentioned in the IS and was able to reproduce the issue.

Result:
The issue got fixed after applying the patch.
The "Add another item" button is now displaying where it belongs (in this case below the 'Text' multi-valued field)

Attaching the screenshots for the reference
Before patch:
before

After patch:
after

RTBC +1

gaurav-mathur’s picture

FileSize
22.58 KB

Working fine without applying any patch.

klidifia’s picture

Status: Needs review » Reviewed & tested by the community

Looks good and works fine. (#42)

larowlan’s picture

Status: Reviewed & tested by the community » Needs review
Issue tags: +Needs frontend framework manager review

We still need tests, and it would be good to get a +1 from @lauriii

needs-review-queue-bot’s picture

Status: Needs review » Needs work
FileSize
144 bytes

The Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.

Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

FiNeX’s picture

Issue tags: -JavaScript +JavaScript

#42 works fine on my case: dialog with nested paragraphs with multiple unlimited fields. Thank you very much.

kevinquillen’s picture

I just applied the patch in #42 and the issue still occurs for me using Claro and Gin.

In my case, I had an actions structure within a fieldset in a form. My fix was to just remove the button from that inner actions. Then it corrected itself. Is that expected, or is there a way to prevent that scenario too?

Berdir’s picture

I'm not sure what button that is, but it's not the regular field widget one I think. The fix here is only about the default button in field widgets by changing the class to not use form-actions. form-actions is expected to be the primary action of a form I think and should be used for others.

kevinquillen’s picture

Yeah that is coming from a form alter (mine) where I had action buttons within a fieldset (also mine). I just removed the actions part, it moved to the right place. But I saw having more than one actions referenced here:

https://git.drupalcode.org/project/examples/-/blob/4.0.x/modules/form_ap...

I suppose one question is, shouldnt 'Add Block' be down in the action area?

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Darren Oh’s picture

Darren Oh’s picture

Status: Needs work » Needs review
FiNeX’s picture

Hi, I've tested the patch on D10.0.9 + Gin theme and it works fine. Thank you.

smustgrave’s picture

Status: Needs review » Needs work

Posted into #frontend channel but was previously tagged for tests which still need to happen.

jrockowitz’s picture

jrockowitz’s picture

FileSize
10.27 KB
mathilde_dumond’s picture

I have been working on a test for this issue. I am uploading the test alone, and the test together with patch #65

mathilde_dumond’s picture

mathilde_dumond’s picture

Status: Needs work » Needs review
Berdir’s picture

Status: Needs review » Needs work
  1. +++ b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php
    @@ -0,0 +1,93 @@
    +/**
    + * Tests that buttons in modals are not in the footer.
    

    footer is probably not the right term for this, but I'm not exactly sure what is. The class for it is ui-dialog-buttonpan, so maybe "button pane"?

  2. +++ b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php
    @@ -0,0 +1,93 @@
    +  /**
    +   * Tests that uploads in the 'media_library_widget' works as expected.
    +   */
    +  public function testWidgetUpload() {
    

    description and test method hasn't been updated from the copied example. maybe testModalAddAnother()?

  3. +++ b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php
    @@ -0,0 +1,93 @@
    +    // A file needs to be added for the unlimited field to appear in the form.
    +    $this->addMediaFileToField('Add files', $this->container->get('file_system')->realpath($jpg_image->uri));
    +
    +    $selector = '.js-media-library-add-form-added-media';
    +    $this->assertJsCondition('jQuery("' . $selector . '").is(":focus")');
    

    maybe add a comment to the assert, that we wait for the upload to finish and refer where it's copied from?

  4. +++ b/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php
    @@ -0,0 +1,93 @@
    +
    +    // Assert that the 'add another item' button is not in the dialog footer.
    +    $assert_session->elementNotExists('css', '.ui-dialog-buttonset .field-add-more-submit');
    

    can you add a positive assert that it is where we expect it to be?

    Only having not asserts means that if for example the class changes, it will still pass but no longer test what we want it to. So add a very similar elementExists() and then that will fail and we have a reminder to update.

  5. +++ b/core/themes/claro/css/components/action-link.css
    @@ -105,7 +105,8 @@
     
    -.form-actions .action-link {
    +.form-actions .action-link,
    +.multiple-value-form-actions .action-link {
       margin-inline: 0 var(--space-s);
     }
    

    I have no idea if we really need to change all places, but it is probably the safest option.

mathilde_dumond’s picture

Status: Needs work » Needs review
FileSize
1.91 KB
13.06 KB

Thanks @berdir, I addressed all your comments.

mathilde_dumond’s picture

The last submitted patch, 71: 3151534-71-test-only.patch, failed testing. View results

lauriii’s picture

+++ b/core/themes/claro/templates/form/field-multiple-value-form.html.twig
@@ -42,7 +42,7 @@
+      <div class="multiple-value-form-actions">{{ button }}</div>

I think it would be nice to name this a bit more generically.. Maybe something like field-actions could work?

Gauravvvv’s picture

Updated the class as per #72, attached interdiff for same

lauriii’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs tests, -Needs frontend framework manager review

Removing "Needs frontend framework manager review" tag because I don't think this actually needs a framework manager sign-off and I have reviewed this as a maintainer of Claro. Also removing "Needs tests" because there are tests in the patch, and test only patch in #67.

Solution seems simple enough 👍 Removing @nest from action-link CSS is a bit of scope creep but seems at least fine by me. Claro is internal so we could probably backport this to 10.1.x as a non-disruptive bug fix.

quietone’s picture

Status: Reviewed & tested by the community » Needs work

The patch in #74 does not apply. Can we have a reroll?

lauriii’s picture

Status: Needs work » Reviewed & tested by the community
FileSize
12.14 KB

Simple reroll with a conflict in core/themes/claro/css/components/form.pcss.css.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 77: 3151534-77-reroll.patch, failed testing. View results

lauriii’s picture

Status: Needs work » Reviewed & tested by the community

Sorry for the noise.. I broke HEAD in other issue... 🤦‍♂️

recrit’s picture

Attached is patch 77 rolled for 10.1.x

recrit’s picture

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 81: 3151534-D10.1.x-based-on-77--81.patch, failed testing. View results

lauriii’s picture

Status: Needs work » Reviewed & tested by the community

Looks like another random fail.

  • nod_ committed 61467f91 on 10.2.x
    Issue #3151534 by Darren Oh, mathilde_dumond, komalk, lauriii,...

  • nod_ committed e2f9ad3f on 11.x
    Issue #3151534 by Darren Oh, mathilde_dumond, komalk, lauriii,...
nod_’s picture

nod_’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.