Problem/Motivation
The latest update hook, update_8306, for entity_share_client sub-module is failing with the following error
[error] File "modules/contrib/entity_share/modules/entity_share_client/config/install/views.view.entity_share_client_entity_import_status.yml" does not exist.
Steps to reproduce
Ensure entity_share_client sub-module is enabled
Update to the latest version of the entity_share module
Run drush updb
Proposed resolution
It looks like the update hook is not working due to this commit change that moved the views.view.entity_share_client_entity_import_status.yml to the config/optional directory.
Need to adjust the update hook to use the new path.
Issue fork entity_share-3541226
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #8
joachim commentedOops. My fault.
Thanks for the fix. Committed, and will make a new release.