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.