Skip to content

Commit

Permalink
Merge pull request #659 from ViniTou/EZP-29690-missing-conflict-modal
Browse files Browse the repository at this point in the history
EZEE-2487: Version conflict pop-up missing for My scheduled on Dashboard
  • Loading branch information
Łukasz Serwatka authored Oct 3, 2018
2 parents 9546af6 + abfc849 commit 1f070f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/bundle/Resources/views/dashboard/dashboard.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
{{ form_widget(form_edit.language, {'attr': {'hidden': 'hidden', 'class': 'language-input'}}) }}
{{ form_end(form_edit) }}
</div>
{% include '@ezdesign/content/modal_version_conflict.html.twig' %}
{% endblock %}

{% block javascripts %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
{% endfor %}
</tbody>
</table>
{% include '@ezdesign/content/modal_version_conflict.html.twig' %}
{% else %}
<p class="ez-table-no-content mb-0 py-0">{{ 'dashboard.tab.my_drafts.empty'|trans|desc('No content items. Draft items you create will appear here') }}</p>
{% endif %}

0 comments on commit 1f070f2

Please sign in to comment.