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

Taxonomy values are capitalized #1680

Closed
nestordedios opened this issue Aug 4, 2020 · 0 comments · Fixed by #1683
Closed

Taxonomy values are capitalized #1680

nestordedios opened this issue Aug 4, 2020 · 0 comments · Fixed by #1683
Labels
🐛 tag: bug This is a bug.

Comments

@nestordedios
Copy link
Collaborator

It seems values of Taxonomy are being capitalized.

Details

Question Answer
Relevant Bolt Version 4.0 RC 33
Install type Composer install create-project bolt/project
BC Break yes/no
PHP version 7.2
Web server Symfony Local web server

Reproduction

Add this taxonomy to taxonomy.yml

regions:
    name: Regio's
    slug: regios
    singular_name: Regio
    singular_slug: regio
    behaves_like: categories
    multiple: false
    options: [ Haarlemmermeer, Amsterdam-Amstelland, Zuid-Kennermerland, IJmond ]
    required: true

Select a value for the Taxonomy regions to see the option values in the select field are capitalized.

Expected result

Non capitalized taxonomy values.
Respect the value as it is entered in the taxonomy configuration.

Actual result

Capitalized taxonomy values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 tag: bug This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants