How to move a comment to another node in Drupal 8
Problem: A customer of mine had two products on his website that where almost identical. He needed to combine the comments/reviews for both products on a separate page. So i created a new page called Reviews, containing the same comment field as the product page. But how to move comments from one node to another?…