Errors on dashlet display and installation on multilingual site
Created by: jaomalley
Thanks for all your work! We really appreciate it!
I am seeing some problems with Drupal 9, Civicrm 5.36.0 with php 7.3, but this goes back to Drupal 8 and Civicrm 5.25.0.
I couldn't get the extension to work properly with a dual language setup.Install throws an error because it cannot find the table field "label" in civicrm_dashboard. In a multilingual setup "label" appears as "label_es_ES", "label_en_US", for example.
If I force the install manually, the calendar dashlet throws this error again that it cannot find /civicrm/dashlet/calendar?reset=1&snippet=json (page not found).
I'm going to assume it's a language thing again.
I will dig into the code and see if I can figure out how languages are navigated in civicrm, but I thought I would raise the issue here in case this is something simple.