localgovdrupal / localgov_demo

Example content for demonstrating the LocalGovDrupal distribution and to help with development.
GNU General Public License v2.0
0 stars 1 forks source link

Fix default content in Demo Module or replace the Default Content module for something else. #5

Closed stephen-cox closed 4 years ago

stephen-cox commented 4 years ago

Entity references to nodes don't import properly: https://github.com/localgovdrupal/localgov_demo/issues/2.

I suspect this is to due with the order nodes are imported as some nodes are imported before the ones they reference are. There are also circular references which may be causing issues.

I have tried re-importing all content using the Default Content Deploy module, but this doesn't work - all node references are lost.