- Issue created by @penyaskito
- π¨π¦Canada mandclu
To clarify, the issue is that in some environments a site will default to a UTC timezone, which can cause unexpected behavior, for example with add to calendar links. I spoke to @rfay about this and DDEV has been updated to inherit the timezone of the client computers which should help when Drupal CMS is installed using DDEV.
New installs will always have a timezone set, but I would suggest that if after install the timezone is set to UTC, we add dashboard notice to verify that the timezone is set properly.
- π¦πΊAustralia pameeela
if after install the timezone is set to UTC, we add dashboard notice to verify that the timezone is set properly.
Not really sure how we would go about doing this in Drupal CMS? Definitely seems worth tracking the issue of timezone handling, but I think anything like this would need to be done in a contrib module (or core I guess but unlikely). Is there an existing contrib module that would make sense?
Separately is there a feature planned for notices/warnings on the dashboard? Right now it only supports blocks, right? I think this may come up as part of the onboarding research and user testing that the UX folks are currently doing.
- π¦πΊAustralia pameeela
Thought about this some more and I think it might be better done as a warning in the status report? The dashboard feels quite prominent considering it really only affects sites with events. @penyaskito reminded me we can do this with ECA too, I forgot.
- πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
Recipes added an "Extra" section in core. https://www.drupal.org/node/3504056 β
The idea is that modules, like Project Browser could consume information from recipes like display a message, or redirect to a page.
I don't know if any additional work has been done on Project browser yet, but this was added specifically for this use case.