When including your reviews regarding my last pull request, I replaced the empty check by isset instead of ! isset
This would cause to override all property already defined from cached objects. If observer_typing is used, existing and typed properties would then be replaced by non typed values from db and so invalidate it.
When including your reviews regarding my last pull request, I replaced the
empty
check byisset
instead of! isset
This would cause to override all property already defined from cached objects. If observer_typing is used, existing and typed properties would then be replaced by non typed values from db and so invalidate it.
My bad.