html-formhandler-model-dbic icon indicating copy to clipboard operation
html-formhandler-model-dbic copied to clipboard

HTML::FormHandler::Model::DBIC

Results 12 html-formhandler-model-dbic issues
Sort by recently updated
recently updated
newest added

complete test file that demonstates errors when dates are in PK for many_to_many relations with Repeatable type

According to the HTML::FormHandler::Field document, the unique message is set by ``` messages => { required => '...', unique => '...' } ``` eg: ``` perl has_field 'id' => (...