Comment admins cannot reply to unpublished comments (despite link)
Compare changes
@@ -296,8 +296,11 @@ public function replyFormAccess(EntityInterface $entity, $field_name, $pid = NUL
- Comment on lines +298 to +299Jess @xjmMaintainerSuggested change
298 // Check if the parent comment is published or user can administer 299 // comments, and parent comment belongs to the entity. 298 // Access is allowed if: 299 // - The parent comment is published or the user can administer comments. 300 // - The parent comment belongs to the entity.