Skip to content

Commit

Permalink
fix js
Browse files Browse the repository at this point in the history
fix view
  • Loading branch information
noodle69 committed Dec 23, 2017
1 parent 0f1471c commit 04189cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/js/admin.filtercontentstype.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
const openUDW = (event) => {
event.preventDefault();

selectedLocationIds.values = '';
selectedLocationIds.value = '';
selectedContentNames.innerHTML = '';

const form = document.querySelector('form[name="edgarfiltercontentstype"]');
Expand Down
6 changes: 3 additions & 3 deletions src/bundle/Resources/views/content/list.html.twig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% extends "@EzPlatformAdminUi/layout.html.twig" %}
{% extends 'EzPlatformAdminUiBundle::layout.html.twig' %}

{% trans_default_domain 'content_list' %}

{% block bodyClass %}ez-info-view{% endblock %}
{% block body_class %}ez-info-view{% endblock %}

{% block breadcrumbs %}
{% include '@EzPlatformAdminUi/parts/breadcrumbs.html.twig' with { items: [
Expand All @@ -11,7 +11,7 @@
]} %}
{% endblock %}

{% block pageTitle %}
{% block page_title %}
{% include '@EzPlatformAdminUi/parts/page_title.html.twig' with {
title: 'content_list.view.title'|trans|desc('Contents by type'),
iconName: 'browse'
Expand Down

0 comments on commit 04189cb

Please sign in to comment.