Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name/Type of validator is set wrong if column has more than one validator #5

Closed
mkesicki opened this issue Apr 30, 2017 · 1 comment

Comments

@mkesicki
Copy link
Owner

mkesicki commented Apr 30, 2017

It is always set for first validator for column example:

        C:
            - Type:
                type: integer
                message: "Message"
                trim: true
                
        - Conditional:
                message: "Message"
                fieldB: "C"
                operator: "lambda c, d: (False if (c > d) else True)"
                trim: true 
        D:
            - Type:
                type: integer
                message: "Message"
                trim: true

in this case conditional validator will be not set

@mkesicki
Copy link
Owner Author

Fixed in ff08553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant