IndieWeb module appears not to mark or perform entity upgrades properly #207
Labels
No labels
A11y
Automated Testing
Contributable
Contributed
Decision
Design
Development
Drutopia
Feature Request
IndieWeb
Infrastructure
Marketing
Needs documentation
status::Abandoned
status::Blocked
status::Deploy
status::Doing
status::Done
status::In Review
status::Needs Clarification
status::Test
status::To Do
type::Bug
type::Task
type::User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: agaric/agaric-coop#207
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
After performing a deployment (which runs
drush updb
- which should include entity updates), subsequent execution ofdrush entup
consistently shows required updates are pending, despite having "run them succesfully".Steps to reproduce
Deploy.
Run drush entup, and say yes.
Repeat.
What is the current bug behavior?
What is the expected correct behavior?
Relevant screenshots
We're "not supposed to do entity updates as part of production workflow" anyway https://www.drupal.org/project/devel_entity_updates
But i never have figured out the right way to fix out-of-date entity notifications other than ignoring them.