I tried to add this after line 262 and it worked! It's fast, better than clearing all the caches.
$renderCache = \Drupal::service('cache.entity');
$renderCache->invalidateAll();
I don't know if it is the best solution, but maybe it is an idea :)
I tried to add this after line 262 and it worked! It's fast, better than clearing all the caches.
$renderCache = \Drupal::service('cache.entity');
$renderCache->invalidateAll();
I don't know if it is the best solution, but maybe it is an idea :)