Thanks #4 !
I had this problem to because I was storing dates programmatically like this : 'Y-m-d' : without time.
Dates must be stored like this : 'Y-m-d\TH:i:s'
A no code alternative 8 years after :
- In your view : add a new custom text field.
- In this field : merge the fields together, using their token leaving a space between them... This build a string with your dynamic results
- In the IPGVM view parameters : use this new custom field to build your logic... You will have to add a differentiator entry for each combination
Thanks.... no more log entries with 'tanslation files not found'...
Nice patch. Thank you !
Wooow...
I found [ after days of researchs ] that the Module ' Menu Item Extras → ' breaks the 'Admin Toolbar' hover and hovreIntent.
This module has also a big performance issue when used on big menus.
Same for me. The administration menu inherited of menu_item_extras functionalities.
Huge TTFB : 40 seconds to load a page !!!!!!
Updating from 8.x-2.19 to 3.x just fixed the Admin Toolbar hover issue, not the performance issue.
#6 : nice patch.... thanks !
Hi all !
I could repair this kind of error while migrating dp8 to dp9.
That what not about the address field but the integer_range field.
Here is the fix on drupal.stackexchange that seems to work with any kind of field.
https://drupal.stackexchange.com/questions/246060/runtimeexception-unabl...
Thanks... #2 succeed to repair my dropdown on Drupal 8.8 with admin_toolbar 3.2.1, Seven
But it's very confusing because my installation is multisite, and only one site had a non-functionnal admin toolbar on backend.
Also disturbing : The dropdown could be seen 100ms, then was disappearing, when the hoverIntent functionnality was enabled.
Hope migration to dp9 and more recent versions will resolve theses issues...