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

D7 views variables not converted to Backdrop config #4980

Open
jenlampton opened this issue Mar 4, 2021 · 0 comments
Open

D7 views variables not converted to Backdrop config #4980

jenlampton opened this issue Mar 4, 2021 · 0 comments

Comments

@jenlampton
Copy link
Member

Description of the bug

This is a follow-up to #1818.

It was mentioned in the above issue that the variable field_rewrite_elements was not properly converted to config as part of the upgrade from Drupal 7 to Backdrop. We should check other views variables to see if they were converted, and if this is the only remaining variable, add an update hook to pull the overridden value out of the variables table for sites that had set it in D7.

Steps To Reproduce

To reproduce the behavior:

  1. In Drupal 7, write a custom update handler to change the value of field_rewrite_elements
  2. Upgrade the site to Backdrop.
  3. Check to see if the value has been converted.

Actual behavior

Value not saved.

Expected behavior

Value should be retained through upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant