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

[WebBundle] Form theming fix for when no label is explicitly specified #3574

Merged

Conversation

peteward
Copy link

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets 3512
License MIT

Affects label placement on large resolutions.

Use the correct check for whether a label is not being used as per the default form_label block rather than checking only for a user-entered label.

Fixes #3512

BEFORE:

image

AFTER:

image

…ing fallback of underlying attribute name.

Now uses same logic as form_label block.
@pjedrzejewski
Copy link
Member

@peteward Could you take a look at the failing build? Thanks!

@peteward
Copy link
Author

seems fine now it's rerun

@michalmarcinkowski
Copy link
Contributor

@pjedrzejewski I restarted the build and it's green. Ready to merge.

pjedrzejewski pushed a commit that referenced this pull request Nov 18, 2015
[WebBundle] Form theming fix for when no label is explicitly specified
@pjedrzejewski pjedrzejewski merged commit 7ee80f8 into Sylius:master Nov 18, 2015
@pjedrzejewski
Copy link
Member

Thanks Peter!

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

Successfully merging this pull request may close these issues.

Form theme bug - widgets do not render properly when default label is used.
3 participants