backdrop-contrib / paragraphs

Paragraphs module to control your content flow
https://backdropcms.org/project/paragraphs
GNU General Public License v2.0
5 stars 11 forks source link

`entity_save` issue #58

Closed laryn closed 4 years ago

laryn commented 4 years ago

Reported on the Forum by @fjeder:

To be able to create paragraphs programatically i had to change line 418 of ParagraphsItemEntity.inc:

return entity_save($this->hostEntityType, $host_entity);

Changed to:

return entity_plus_save($this->hostEntityType, $host_entity);