diff -u b/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php b/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php --- b/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php +++ b/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php @@ -103,7 +103,7 @@ '#access' => ($mark == MARK_NEW || $mark == MARK_UPDATED), '#cache' => array( 'contexts' => array( - 'user.permissions', + 'user.roles:authenticated', ), ), );