I created a new patch. The previous patch couldn't apply to the latest 7.x branch anymore. This one does apply again.
I don't know how to create a MR, anyone else want to create one or explain how to create one?
sander wemagine → created an issue.
Sander Wemagine → created an issue. See original summary → .
I'm sorry, I currently don't have time to do that. Anyone else wants to do that?
When using the first patch, the signature would always have an empy square, even when the user had not interacted with the signature pad. In this patch I have added an isEmpty() check to make sure you don't get empty signatures images.
Sander Wemagine → created an issue.
I had the same problem on my local machine. This fixed it for me. You probably want to make sure you enable this when it's on production.
1. Go to /admin/config/content/entityprint
2. Disable "Verify Peer"
3. Disable "Verify Peer Name"
The patch from #2 did work for boolean fields, but broke other field types. This patch works with both.
I've added a patch that removes the error for us. Hopefully it can help someone else as well (until the repo is updated)
I'm also having the same issue. It occures when exposing the operator.
It's always happing on my installation, it doesn't matter which theme I use. I have tested on Gin theme and Olivia theme.
Tested patch and is working for me.
I had another error, but this patch fixes this error.
TypeError: Unsupported operand types: null + array in template_preprocess_links() (line 674 of core/includes/theme.inc).
I am using the diff module on a custom entity without view modes, this was leading to this bug.
Updated version of patch #58, found a bug. This new patch works for Drupal 10.
This is a working version of #48 🐛 [PP-1] bundleFieldDefinitions() are not added in EntityViewsData Needs work for Drupal 10. Please test it well before using it, I haven't tested it very thoroughly yet.