8000 [Form] It's impossible to set up invalid_message in datetime fieldtype · Issue #8443 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] It's impossible to set up invalid_message in datetime fieldtype #8443

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

Closed
michel-maier opened this issue Jul 8, 2013 · 2 comments
Closed
Labels

Comments

@michel-maier
Copy link

It seems impossible to set up messages for subtype date and time in DateTimeType.

            if (null !== $options['date_widget']) {
                $dateOptions['widget'] = $options['date_widget'];
            }

            if (null !== $options['time_widget']) {
                $timeOptions['widget'] = $options['time_widget'];
            }

Nothing is done to that, so that it's possible to set widget type.

@webmozart
Copy link
Contributor

duplicate of #8396

@webmozart
Copy link
Contributor

ref #9177

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

No branches or pull requests

2 participants
0