I have created a merge request that fixes the problem for CKeditor5.
Please note: I removed the previous CKeditor-checking code.
We might need to re-added it, but it was causing an error on my install, so I removed it. The previous code was for CKeditor 4 maybe?
I got this error with the previous code:
Uncaught ReferenceError: CKEDITOR is not defined
sander wemagine → created an issue.
When vissually hidden the required: TRUE is still working, because the browser will show this popup.
I have created the MR. Please review if this is working :-)
I had exactly the same issue. Setting a form element to '#required' => TRUE via the form #states did not work because this module is disabling the client-side validation.
This patch fixes this. I have tested this patch with Chrome, Firefox and Safari.
I have added a patch, in my install this is working. This will add all Cache Contexts that are added in the query conditions.
sander wemagine → created an issue.
+1 RTBC works!
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.