Closed mvorisek closed 2 years ago
closes https://github.com/atk4/data/issues/881
we forbid the hidden feature to prevent unwanted behaviour (no hooks, normalization, ...)
when the direct unmanaged data modification is really wanted, simply add a field using $m->addField() instead of $m->containsOne() (or $m->containsMany())
$m->addField()
$m->containsOne()
$m->containsMany()
closes https://github.com/atk4/data/issues/881
we forbid the hidden feature to prevent unwanted behaviour (no hooks, normalization, ...)
when the direct unmanaged data modification is really wanted, simply add a field using
$m->addField()
instead of$m->containsOne()
(or$m->containsMany()
)