-
Notifications
You must be signed in to change notification settings - Fork 56
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
EZP-29449: Cannot read property 'innerHTML' of null on upload in ezimage, ezmedia & ezbinaryfile #573
Conversation
@@ -37,8 +37,8 @@ | |||
{{ form_row(form.loop, {'label_attr': {'class': 'checkbox-inline'}}) }} | |||
</div> | |||
<div class="ez-field-edit-preview__dimensions"> | |||
{{ form_row(form.width) }} | |||
{{ form_row(form.height) }} | |||
{{ form_row(form.width, {'label_attr': {'class': 'form-control-label'}}) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why in other places you changed the class and in this case you added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retest OK.
It would be best to merge after #574 (with rebase).
@mikadamczyk please rebase with #574 🙂 |
…age, ezmedia & ezbinaryfile
@mikadamczyk do we also have this in master? 🙂 |
Merge branch '2.3' of ezsystems/ezplatform-admin-ui into 4.1
Checklist:
$ composer fix-cs
)