Mark Stosberg wrote:
Robert Hicks wrote:dependencies => { "project_names" => { "ICGS LIMS Help Desk Tickets" => { task_names => qr/^\d{9}$/, }, }, },This is an incorrect way to specify dependencies. You could patch DFV to throw an error in this case if you'd like. The docs for 'dependencies' are below for reference. Dependencies are only for expressing conditional requiredness. Constraints are always expressed separately.
Ah, thanks for that. I need to create a custom constraint then, if I read the docs rightly.
Robert --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
