Closed (fixed)
Project:
Patternkit
Version:
9.1.x-dev
Component:
Module Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2022 at 19:30 UTC
Updated:
28 Apr 2022 at 14:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mariohernandez commentedComment #3
mariohernandez commentedComment #4
bladwin commentedReplaced the two instances of core's serializationInterface from the block plugin and replaced with direct calls to `json_decode`. Additionally, removed the unused serializatoinInterface from the block plugin altogether.
Comment #5
mariohernandez commentedComment #9
bladwin commentedAdding TRUE to the config reset json_decode call so that empty objects are collapsed into arrays.
Comment #11
mariohernandez commentedComment #13
mariohernandez commentedComment #14
krisahil commentedI verified this change does not introduce new regressions into my site, though I cannot reproduce the original problem.
Comment #15
bladwin commentedConferred with devs and it was decided to add the SerializationInterface back to the code, only replacing the one instance with a direct call to json_decode().
Comment #16
mariohernandez commentedComment #17
mariohernandez commented