-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deleting a source in Backdrop tries to delete a block from a table that doesn’t exist #8
Labels
Comments
One option is just to rip out the blocks configuration altogether and tell site maintainers to use Views instead. 🤔 |
sillygwailo
added a commit
that referenced
this issue
Jun 2, 2021
Here's a first try at removing blocks altogether and relying on Views. |
If blocks are converted to configuration management, an update hook is needed for when site maintainers switch from Drupal to Backdrop. |
I think it's much easier than that. just don't call db_delete('block'). made a pr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
This error is shown:
The fix is to convert block management to use config management instead.
The text was updated successfully, but these errors were encountered: