Closed kayakr closed 3 years ago
e.g. in IslandoraWholeObjectFedoraBlock
IslandoraWholeObjectFedoraBlock
/** * {@inheritdoc} */ public function getCacheTags() { $node = \Drupal::routeMatch()->getParameter('node'); return Cache::mergeTags(parent::getCacheTags(), ["node:{$node->id()}"]); }
I found I was getting reports of RDF from fcrepo that related to a different object.
Tested and works for me; if you have time, pull in master, test, and close. Thanks very much!
This seems to be working. If not, please reopen.
e.g. in
IslandoraWholeObjectFedoraBlock
I found I was getting reports of RDF from fcrepo that related to a different object.