Account created on 25 June 2019, over 5 years ago
#

Merge Requests

More

Recent comments

πŸ‡ΊπŸ‡ΈUnited States billdaff

I am submitting this patch because I am not sure if this fully (or even correctly) addresses the issue and I did not want to mess with the MR. The patch was created off 8.x-3.0-rc-11

My issue was very closely related to this in that the items in my entity browser showed squished because the display on it was set to grid. The change I implemented (ontop of previous patch) was wrapping the .entities-list parent selector in another one .gin-entity-browser as done below for .entity-browser-form. Hopefully this helps!

πŸ‡ΊπŸ‡ΈUnited States billdaff

Opened up an MR to help with this. I am not sure if it achieves all that you want, I incorporated some of the changes above. I left height as auto, but set max-height to 450px. Not sure if this is exactly the course you were looking to go, but it resolved for me.

πŸ‡ΊπŸ‡ΈUnited States billdaff

billdaff β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States billdaff

For consistency I also updated the other declarations defining $options

πŸ‡ΊπŸ‡ΈUnited States billdaff

billdaff β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States billdaff

billdaff β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States billdaff

I'm encountering a styling issue with this that I can't quite figure out, see image. The input is too close to buttons. I think it has to do with the form container but I am not sure how this is normally done

πŸ‡ΊπŸ‡ΈUnited States billdaff

Updated patch for 10.2.5

πŸ‡ΊπŸ‡ΈUnited States billdaff

Adding another null check on entity storage

πŸ‡ΊπŸ‡ΈUnited States billdaff

Upon updating, it did not like setting to Null. There must have been a change to Checkboxes default value. I was receiving this warning/error:
Warning: foreach() argument must be of type array|object, null given in /var/www/html/docroot/core/lib/Drupal/Core/Render/Element/Checkboxes.php

I think instead of setting to NULL it should be set to a blank array. See attached patch

Production build 0.71.5 2024