pmichelazzo β created an issue.
Also with the latest 10.3.6 core version.
We're still in the limbo.
"Compatibility" doesn't mean that you can install, right. Using the latest D11 version (11.0.1), the module cannot be installed since the version in the .info.yml file is set up specifically to version 11 and not version > 11.
Could you confirm in a fresh 11.0.1 version?
Thanks
Here's the patch to fix the core version requirement.
pmichelazzo β created an issue.
pmichelazzo β created an issue.
Hi Nigel,
Thanks to the reply. I already fixed that with some hook_theme() and probably with the help of your fix on the suggestion hook.
Regards,
Hello matthieu,
Unfortunately the 2.17 version didn't fix the issue. I still have the same problem.
My scenario:
Default country: Brazil
Default Time Zone: SΓ£o Paulo (America/SΓ£o Paulo)
In the view:
Date field: Basic date field (only date - no end date)
Time zone override = SΓ£o Paulo (just to be clear that it's getting the right timezone)
Results - one day back.
Attached, some screenshots to help with the issue.
pmichelazzo β created an issue.
Hi maxilein,
Probably yes, I made the same like you did and it works but I'm not sure if it's possible to use the old versions with the new ones.
Somebody could confirm it?
pmichelazzo β created an issue.
pmichelazzo β made their first commit to this issueβs fork.
@anacolautti
I apply the patch and it's work. Thanks for it.
Regards
Paulino
Hi @anacolautti, thanks to the fast reply.
The problem happens with Firefox and Chrome (at least) and I'm using the latest Drupal 9.x.
I made a change in the password.js file to avoid such problem on my project and it's working. Going a little deep into the context calls, the same file is called two or three times here.
Here is the code.
if (!$(':button').hasClass('shwpd')) {
$('.pwd-see :password', context).after(
`<button type="button" class="shwpd ${span_classes_custom} eye-close" aria-label="${drupalSettings.view_password.showPasswordLabel}"></button>`
);
}
Again, thanks a lot.
pmichelazzo β created an issue.