SF Bay Area, California
Account created on 22 March 2010, almost 15 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States jmickela SF Bay Area, California

Yeah, I spent a bunch of time debugging the AJAX request that happens when the off-canvas is opened and came to the conclusion that loading the library twice causes an error, but didn't see an easy way to test if a library had been loaded already.

πŸ‡ΊπŸ‡ΈUnited States jmickela SF Bay Area, California

I managed to get around this issue by adding a task in hook_install_tasks and enabling the module with the content in it from there.

This way it installs after everything else is completely done. I tried to accomplish this by setting a lot of dependencies on other modules, but I don't think the configuration was getting loaded when the module was enabled, so the default content module is getting installed before fields exist.

πŸ‡ΊπŸ‡ΈUnited States jmickela SF Bay Area, California

I'm having the same problem.

I'm using YML files, they do contain the content (in my case block_content and taxonomy entities).

During the profile install the bundles are all created and everything seems to go well. If I uninstall my default content module and reinstall it all content will get created as expected.

Production build 0.71.5 2024