Skip to content

Default locale for Coldbox validation #14

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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