Validation issue for dewdrop generated 'WhenAndByWhom'
Opened this issue · 3 comments
bravadomizzou commented
If you have a NOT NULL field 'created_by_user_id' or 'updated_by_user_id' (datetimes as well), it will fail the isEmpty validation filter.
griffbrad commented
Is it being added as an editable field?
bravadomizzou commented
I had explicitly set as ->setEditable(false)
griffbrad commented
Will need to see some code examples to reproduce on this one. Shouldn't have a non-editable field in the input filter at all.