flow-development-collection icon indicating copy to clipboard operation
flow-development-collection copied to clipboard

TaggableMultiBackend does not initilaizeBackend leading to errors in use

Open kitsunet opened this issue 4 years ago • 0 comments

The TaggableMultiBackend does not do $this->initializeBackends() in new methods implemented, this can result in wrong results if the flush is the first thing done with said backend. That can easily be seen if a TaggableMultiBackend is configured for Neos_Fusion_Content and then changes in hte backend are done. Changes that should reload content on apply will not correctly work.

kitsunet avatar Oct 13 '21 15:10 kitsunet