Hey !

When I updated drupal to the version 8.3.1, I also updated display suite. The update failed because of this module, I had to uninstall it, do the update, and reinstall it at the end.

It seems that the need of the CSS rebuild when the cache is cleared make the update crash.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sylvainar created an issue. See original summary.

sylvainar’s picture

It seems that it's not the good hook.

According to Drupal.org drupal API, the cache flush hook shouldn't be used to flush custom cache.

The hook_rebuild should be used instead.

I'm working on a patch, I'll keep you informed.

sylvainar’s picture

Yup, changing the hook was the solution. I retried all the update procedure and it doesn't fail anymore, and the module is still working properly.

sylvainar’s picture

Status: Active » Needs review
pifagor’s picture

pifagor’s picture

Status: Fixed » Closed (fixed)