I can confirm this is a problem. Because the exposed filter fieldset is a form, hitting "enter" while on the form causes the page to be refreshed. The enter key needs be disabled for the form
Following
What did you put in the rewrite?
jglynn → created an issue.
I have same problem installing with composer
Turns out I needed to select provider: AWS Configuration for the key
This needs to be committed to the 8.x-1.6 version, it's a pretty major bug
https://add-to-calendar-button.com/ seems like a better, free solution?
Yes, thanks. Turns out that enabling BEF auto-submit was submitting a blank value before dates were chosen. Works if I disable auto-submit
Changing the time increment to 900 doesn't change the minute increment
I agree, no effect on views output of taxonomy term
Is this going to get committed? Seems like the patch no longer applies to dev or 3.0.1
This is a confusing and important bug, I couldn't figure out why the password reset tab had disappeared.
I have the same problem
drupal 9.5.4
commerce paypal 8.x-1.4
Hopefully this helps anyone:
This module creates a "Trusted Nominees" field on /admin/config/people/accounts/fields. You may need to move this field out of 'disabled' for the form display and manage display screens.
Typically you will want to limit the selectable 'nominees' to a subset of your users.
To do this, create a view that returns the subset of users you want to allow to be nominees. Then go to admin/config/people/accounts/fields/user.user.masquerade_nominees and change the Reference Method to View:filter by entity reference view and select your view.
You can remove the dependency of this module in the view using Devel>config editor
agree
Interested as well, I frequently need to style node forms
Any patch for Drupal 9?
Seems like this is still not fixed? Is https://www.drupal.org/project/image_field_repair → still required?
To answer my own question, I was able to change the 'from' address by going into the settings for my Gmail account and changing the 'send email as' setting to no-reply@xxx.com.
I would have thought this would be possible through the module settings.