You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that this is most likely a bug in config_pages as I used their API to grab the data, unless I got it wrong. Check the issue queue first. Check for a better API to retrieve the fields or submit a patch to make proper cache dependencies.
Describe the bug
The accreditations are added to the footer at https://github.com/Bixal/bixal-site-drupal/pull/304/files#diff-403405aee515577c358da9d49904bc3564354594cae76b6d62540e8f711787d2R48 and https://github.com/Bixal/bixal-site-drupal/pull/304/files#diff-403405aee515577c358da9d49904bc3564354594cae76b6d62540e8f711787d2R46. However these are rendered, they need to depend on the cache tag that is used to get the data. Ie, the object that is updated when https://www.bixal.com/admin/content/accreditations is saved.
Because this does not happen, when the accreditations are saved, they Drupal cache is not cleared so the changes will not be shown.
To Reproduce
Expected behavior
Changes made are shown after the update.
The text was updated successfully, but these errors were encountered: