ElevatoDigital / dewdrop

Dewdrop makes writing complex WordPress plugins simpler by providing a sensible project layout and developer tools.
Other
11 stars 3 forks source link

Validation issue for dewdrop generated 'WhenAndByWhom' #82

Open bravadomizzou opened 8 years ago

bravadomizzou commented 8 years ago

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 8 years ago

Is it being added as an editable field?

bravadomizzou commented 8 years ago

I had explicitly set as ->setEditable(false)

griffbrad commented 8 years ago

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.