ElevatoDigital/dewdrop

Validation issue for dewdrop generated 'WhenAndByWhom'

Opened this issue · 3 comments

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.

Is it being added as an editable field?

I had explicitly set as ->setEditable(false)

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.