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

EZP-29449: Cannot read property 'innerHTML' of null on upload in ezimage, ezmedia & ezbinaryfile #573

Merged
merged 1 commit into from
Jul 25, 2018

Conversation

mikadamczyk
Copy link
Contributor

Question Answer
Tickets https://jira.ez.no/browse/EZP-29449
Bug fix? yes
New feature? no
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@@ -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'}}) }}
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@micszo micszo self-assigned this Jul 25, 2018
Copy link
Member

@micszo micszo left a 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).

@micszo
Copy link
Member

micszo commented Jul 25, 2018

@mikadamczyk please rebase with #574 🙂

@micszo micszo removed their assignment Jul 25, 2018
@lserwatka lserwatka merged commit f1c48ff into ezsystems:1.2 Jul 25, 2018
@micszo
Copy link
Member

micszo commented Jul 25, 2018

@mikadamczyk do we also have this in master? 🙂

mateuszdebinski pushed a commit that referenced this pull request Oct 25, 2022
Merge branch '2.3' of ezsystems/ezplatform-admin-ui into 4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

6 participants