phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
115 stars 46 forks source link

Should a change to the Front page Metatag options require a cache rebuild? #132

Open TravisCarden opened 2 months ago

TravisCarden commented 2 months ago

Currently, if you change the Metatag module's "Front page" "title" value at admin/config/search/metatag, it doesn't take effect until you rebuild the cache. It seems like it should take effect automatically. Is that an upstream issue involving cache tag use in the module, for instance? Or have we caused the issue through our own implementation somehow? (Assuming there's not a rationale I'm not aware of for why it should, in fact, be behaving the way it is.)

boulaffasae commented 1 month ago

Hi @TravisCarden, I ran a test on Simplytest using Drupal core 10.3.1 and the Metatag module 2.0.0, and I encountered the same issue with the "Front page" title value not taking effect until the cache is rebuilt.