Skip to content

Commit

Permalink
established the compatibility with Shopware from version 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sschreier committed Nov 27, 2023
1 parent dbb6696 commit 4118cc5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sschreier/administration-dashboard",
"description": "a extension which customizing the administration dashboard",
"version": "1.1.0",
"version": "1.1.1",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
{% block sw_dashboard_statistics_intro_stats_today_after %}{% endblock %}
{% endblock %}

{% block sw_dashboard_statistics_grid %}
{% block sw_dashboard_statistics_grid_before %}{% endblock %}
<template v-if="acl.can('admin') || !acl.can('dashboard.stats_today')">
{% block sw_dashboard_statistics_grid_inner_before %}{% endblock %}
{% parent() %}
{% block sw_dashboard_statistics_grid_inner_after %}{% endblock %}
</template>
{% block sw_dashboard_statistics_grid_after %}{% endblock %}
{% endblock %}

{% block sw_dashboard_statistics_count %}
{% block sw_dashboard_statistics_count_before %}{% endblock %}
<template v-if="acl.can('admin') || !acl.can('dashboard.statistics_count')">
Expand Down
Loading

0 comments on commit 4118cc5

Please sign in to comment.