Reimplemented patch https://www.drupal.org/project/drupal/issues/2912703#comment-14819997 π Link to configuration edit form after config entity has been saved Needs work for Drupal 11.x.
I am working on this issue at Drupalcon Barcelona 2024.
vensires β credited gafioni β .
In the LeaveReviewAccessCheck class, I added Cache::invalidateTags(['reviews_action']);
to invalidate the cache for the 'reviews_action' cache tag. This tag is associated with the entity.node.review.
gafioni β made their first commit to this issueβs fork.