- πΊπΈUnited States illeace
I can confirm that in Drupal 11 and release 2.0.0-alph6, this issues still happens and the patch applies and appears to fix it for me. It would be great to get this into the next release.
I use H5P elements within paragraphs ( https://www.drupal.org/project/paragraphs β ). If I add a file (eg. an image) to a H5P-element, this file may disappear, if I again edit the node.
<!--break-->When the H5P editor widget gets reloaded, it should keep the path of the image and not change the image's path to the temporary one.
This seems to happen because the h5p_content_id of the H5P element is lost during the reload of the element. Therefore the element is treated as a new element and the path for new elements' files is used.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I can confirm that in Drupal 11 and release 2.0.0-alph6, this issues still happens and the patch applies and appears to fix it for me. It would be great to get this into the next release.