Re: [dfv] missing_optional_valid ?
Status: Inactive
Brought to you by:
markjugg
|
From: Louis-David M. <vin...@ap...> - 2010-12-09 15:30:22
|
On Thu, Dec 09, 2010 at 10:24:03AM -0500, Mark Stosberg wrote:
> On 12/09/2010 04:53 AM, Louis-David Mitterrand wrote:
> > Hi,
> >
> > When using the $profile below, the 'missing_optional_valid' entries are
> > never included in the valid hash. Specifically the notify_* checkboxes
> > in require_some are never returned when unchecked. Did I miss something?
>
> What happens if you add all of the "require_some" fields explicitly to
> an "optional" definition?
Then it works, but only if I also add:
defaults_regexp_map => {
qr/^notify_/ => 0,
},
Shouldn't the 'require_some' values that are not actually required (as
per submit) be auto-added to 'optionnal'?
|