Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OEL-1301: Move oe_content base fields into submodule #527

Open
wants to merge 7 commits into
base: 3.x
Choose a base branch
from

Conversation

GilNovacomm
Copy link

@GilNovacomm GilNovacomm commented Mar 15, 2022

OEL-1301

Description

Move oe_content base fields into its own submodule.

QA notes

Clean install

Testing the update path

git checkout 2.x

./vendor/bin/run drupal:site-setup 
./vendor/bin/run drupal:site-install
./vendor/bin/drush uli

Go to /admin/reports/status and check that there are no Entity/Field Definitions mismatch errors.

Do a login for a test user and, in the node_field_data table, check that the base fields bellow are correctly filled.

git checkout OEL-1301
./vendor/bin/drush en oe_content_corporate_fields -y
./vendor/bin/drush updb -y
Refresh /admin/reports/status and check that there are no Entity/Field Definitions mismatch errors.

Check the users_field_data table. The fields should be filled with the previous data.

@GilNovacomm GilNovacomm changed the base branch from 2.x to 3.x April 12, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant