Brussels
Account created on 9 September 2007, over 17 years ago
#

Merge Requests

Recent comments

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

Also with the latest 10.3.6 core version.

We're still in the limbo.

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

"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

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

Here's the patch to fix the core version requirement.

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

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,

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

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.

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

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?

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

pmichelazzo β†’ made their first commit to this issue’s fork.

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

@anacolautti

I apply the patch and it's work. Thanks for it.

Regards
Paulino

πŸ‡§πŸ‡ͺBelgium pmichelazzo Brussels

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.

Production build 0.71.5 2024