Open anotherjames opened 7 years ago
Oooo it may be the weird thing about the public stream wrapper not being found by the StreamWrapperManager during drush updb
. That would be annoying, but might make sense. (As ImageStyle::flush()
relies on that being around.) Perhaps we could just have a cm_config_tools_image_style_flush()
to hook into this happening, and check if the public stream is unavailable (we could probably assume it shouldn't be)?
At the moment, I manually put this in an update hook:
But that shouldn't be necessary, it should be done as part of saving an ImageStyle config entity during the import? Something's not right, but I don't know what. We should resolve/handle this.