πŸ‡ΊπŸ‡ΈUnited States @lunazoid

Account created on 25 March 2008, about 17 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States lunazoid

#25 fixed the issue for me as well!

I had things working properly on my local environment, but once I pushed to our host (Acquia), the CSS wasn't loading for the PDF at all. I did some debugging and could see the proper CSS files were included in the template head, but it seems like DomPDF was generating the file before the styles were actually loaded. Putting them internal to the template solved the problem.

πŸ‡ΊπŸ‡ΈUnited States lunazoid

I will say that #53 seems to be working, but I haven't tested it extensively.

πŸ‡ΊπŸ‡ΈUnited States lunazoid

Thanks, this works well!

πŸ‡ΊπŸ‡ΈUnited States lunazoid

Thank you! I am implementing a view where filtering with select options would be necessary, and this does work very well! One thing I had to change however was in your switch condition for the filter, there is no default for the "select" option when it is neither collapsible nor multiple. It seems like we can get rid of the "elseif" and make that a default, and it will work well.

πŸ‡ΊπŸ‡ΈUnited States lunazoid

Thank you for the patch, as I was looking to be able to do this. However, shouldn't the "!contains" also be case-insensitive?

Production build 0.71.5 2024