ytgov / yukon-ca

New version of Yukon.ca, built on Drupal 10
1 stars 3 forks source link

Issue #132 - Featured content should have only single link #324

Closed w3creatives closed 8 months ago

w3creatives commented 8 months ago

Issue Addressed: https://github.com/ytgov/yukon-ca/issues/132

Steps:

  1. Merge the PR
  2. Run the drush cim -y command.
  3. Clear Drupal cache using drush cr.
  4. Then we need to re-run partial migration using the steps below:

Rollback ./vendor/bin/drush migrate:rollback yukon_migrate_image_gallery ./vendor/bin/drush migrate:rollback yukon_migrate_home_page ./vendor/bin/drush migrate:rollback yukon_migrate_home_page_translations

Rerun Import ./vendor/bin/drush migrate:import yukon_migrate_image_gallery ./vendor/bin/drush migrate:import yukon_migrate_home_page ./vendor/bin/drush migrate:import yukon_migrate_home_page_translations

Notes: The following file was deleted from /config/default/field.field.paragraph.image_gallery.field_link.yml But this was not detected in PR. Is there something defined in Git actions?

ew-andrew-sus commented 8 months ago

The following file was deleted from /config/default/field.field.paragraph.image_gallery.field_link.yml But this was not detected in PR. Is there something defined in Git actions?

You renamed it to config/default/field.field.paragraph.image_gallery.field_link_image.yml and it is visible

image