- Issue created by @ckidow
Since professional deployments using config import and the drush deploy hook, the installation of the module should be splitted.
First: it should only update the database schema.
Second: The generating of data should shifted to a separate call.
Third: The batch processing should be fixed.
1. Add taxonomy_term_root: 0
to the core.extension.yml
2. Run drush config:import
3. Run drush sql:cli
and SELECT COUNT(*) FROM taxonomy_term_root;
4. See that the count returns 0
Since drupal and drush make use of drush deploy:hook
it should be shifted to that kind of hook. (see attachement)
Additionally there should be a button for site-builders on the "status" page (/admin/report/status) that checks the table against zero and provides a "generate root terms now" or something.
Active
1.0
Code