Skip to content

Default locale for Coldbox validation #14

@lmajano

Description

@lmajano

When validating in ColdBox, pull the current locale by default so you don't have to change this:

validateModel( user );

to this:

validateModel( target = user, locale = getFWLocale() );

everywhere in your code just to use the i18n Integration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions