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.

Command icon 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

hablat created an issue. See original summary.

hablat changed the visibility of the branch 3541226-failed-update-8306 to hidden.

hablat changed the visibility of the branch 3541226- to hidden.

joachim made their first commit to this issue’s fork.

  • joachim committed 7d1eb5a1 on 8.x-3.x authored by hablat
    Issue #3541226 by hablat: Fixed failed update 8306.
    
joachim’s picture

Priority: Major » Critical
Status: Active » Fixed

Oops. My fault.

Thanks for the fix. Committed, and will make a new release.

  • joachim committed e7bb3e6c on 4.0.x authored by hablat
    Issue #3541226 by hablat: Fixed failed update 8306.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.