Skip to content

Cerebrate 1.38

Latest

Choose a tag to compare

@iglocska iglocska released this 11 Jun 07:49
· 1 commit to main since this release
v1.38
c5a2981

Cerebrate 1.38

Fixes a regression introduced by the mass-assignment hardening in v1.37: meta fields no longer loaded on the add/edit/index views of meta-field-capable
models (users, organisations, individuals).

The global 'id' => false mass-assignment guard added to the base entity also applied to an internal meta-template deep copy in the CRUD component,
stripping the template and field IDs everything downstream is keyed on. The copy is now explicitly exempted; the guard itself is unchanged, so the
security fix from v1.37 remains fully in effect.