quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

EAV fix, virtual properties & marshalling issues #196

Closed botchris closed 6 years ago

botchris commented 6 years ago

Table::patchEntity() does not work as expected when patching virtual-properties: virtual properties always get marked as dirty even when not being changed at all (patched with same previous value).