Sfoglia il codice sorgente

[Backend] Activation maj cache

feature/module_traiteur_v1
Fab 4 anni fa
parent
commit
2402b504dd
17 ha cambiato i file con 20 aggiunte e 21 eliminazioni
  1. +1
    -1
      ShopBundle/Resources/views/backend/default/edit.html.twig
  2. +4
    -5
      ShopBundle/Resources/views/backend/default/layout/layout.html.twig
  3. +1
    -1
      ShopBundle/Resources/views/backend/default/list-datatable.html.twig
  4. +1
    -1
      ShopBundle/Resources/views/backend/default/list.html.twig
  5. +1
    -1
      ShopBundle/Resources/views/backend/default/new.html.twig
  6. +1
    -1
      ShopBundle/Resources/views/backend/default/sortable.html.twig
  7. +1
    -1
      ShopBundle/Resources/views/backend/merchant/edit.html.twig
  8. +1
    -1
      ShopBundle/Resources/views/backend/order/show-cart.html.twig
  9. +1
    -1
      ShopBundle/Resources/views/backend/order/show-order.html.twig
  10. +1
    -1
      ShopBundle/Resources/views/backend/order/show.html.twig
  11. +1
    -1
      ShopBundle/Resources/views/backend/productfamily/advanced_edition.html.twig
  12. +1
    -1
      ShopBundle/Resources/views/backend/productfamily/edit.html.twig
  13. +1
    -1
      ShopBundle/Resources/views/backend/reductioncart/edit.html.twig
  14. +1
    -1
      ShopBundle/Resources/views/backend/reductioncatalog/edit.html.twig
  15. +1
    -1
      ShopBundle/Resources/views/backend/ticket/show.html.twig
  16. +1
    -1
      ShopBundle/Resources/views/backend/user/edit.html.twig
  17. +1
    -1
      ShopBundle/Resources/views/backend/usermerchant/show.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/default/edit.html.twig Vedi File

@@ -62,5 +62,5 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-edit.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-edit.js')|lc_cache }}"></script>
{% endblock %}

+ 4
- 5
ShopBundle/Resources/views/backend/default/layout/layout.html.twig Vedi File

@@ -23,7 +23,6 @@
href="{{ asset('bundles/lcshop/css/backend/adminlte/plugins/select2/select2-bootstrap.min.css') }}">
<link rel="stylesheet"
href="{{ asset('bundles/lcshop/css/backend/adminlte/plugins/bootstrap/bootstrap-switch.min.css') }}">

<!-- Theme style -->
<link rel="stylesheet" href="{{ asset('bundles/lcshop/css/backend/adminlte/plugins/toastr/toastr.min.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/lcshop/css/backend/adminlte/adminlte.css') }}">
@@ -34,9 +33,9 @@
{% endblock %}

{% block head_custom_stylesheets %}
<link rel="stylesheet" href="{{ asset('bundles/lcshop/css/backend/custom.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/lcshop/css/backend/custom.css')|lc_cache }}">
{% for asset_css in easyadmin_config('design.assets.css') %}
<link rel="stylesheet" href="{{ asset(asset_css) }}">
<link rel="stylesheet" href="{{ asset(asset_css)|lc_cache }}">
{% endfor %}
{% endblock head_custom_stylesheets %}

@@ -252,11 +251,11 @@
<script src="{{ asset('bundles/lcshop/js/backend/plugin/bootstrap/bootstrap-switch.min.js') }}"></script>
<!-- AdminLTE App -->
<script src="{{ asset('bundles/lcshop/js/backend/plugin/adminlte.min.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/utils.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/utils.js')|lc_cache }}"></script>
{% endblock plugin_javascript %}

{% block script_javascript %}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-common.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-common.js')|lc_cache }}"></script>
{% endblock script_javascript %}

{% block add_script_javascript %}{% endblock add_script_javascript %}

+ 1
- 1
ShopBundle/Resources/views/backend/default/list-datatable.html.twig Vedi File

@@ -284,5 +284,5 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-list-datatable.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-list-datatable.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/default/list.html.twig Vedi File

@@ -435,7 +435,7 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-list.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-list.js')|lc_cache }}"></script>


<script type="text/javascript">

+ 1
- 1
ShopBundle/Resources/views/backend/default/new.html.twig Vedi File

@@ -40,7 +40,7 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-edit.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-edit.js')|lc_cache }}"></script>

{#
<script type="text/javascript">

+ 1
- 1
ShopBundle/Resources/views/backend/default/sortable.html.twig Vedi File

@@ -127,5 +127,5 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-sort.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-sort.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/merchant/edit.html.twig Vedi File

@@ -8,6 +8,6 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/merchant/vuejs-merchant.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/merchant/vuejs-merchant.js')|lc_cache }}"></script>

{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/order/show-cart.html.twig Vedi File

@@ -98,5 +98,5 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/order/vuejs-order.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/order/vuejs-order.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/order/show-order.html.twig Vedi File

@@ -117,5 +117,5 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/order/vuejs-order.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/order/vuejs-order.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/order/show.html.twig Vedi File

@@ -113,5 +113,5 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/order/vuejs-order.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/order/vuejs-order.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/productfamily/advanced_edition.html.twig Vedi File

@@ -311,6 +311,6 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('assets/js/backend/script/productfamily/vuejs-advanced-edition-product-family.js') }}"></script>
<script src="{{ asset('assets/js/backend/script/productfamily/vuejs-advanced-edition-product-family.js')|lc_cache }}"></script>

{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/productfamily/edit.html.twig Vedi File

@@ -20,5 +20,5 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/productfamily/vuejs-product-family.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/productfamily/vuejs-product-family.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/reductioncart/edit.html.twig Vedi File

@@ -18,5 +18,5 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/reductioncart/vuejs-reduction-cart.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/reductioncart/vuejs-reduction-cart.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/reductioncatalog/edit.html.twig Vedi File

@@ -18,5 +18,5 @@
{% block script_javascript %}
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}
<script src="{{ asset('bundles/lcshop/js/backend/script/reductioncatalog/vuejs-reduction-catalog.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/reductioncatalog/vuejs-reduction-catalog.js')|lc_cache }}"></script>
{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/ticket/show.html.twig Vedi File

@@ -87,6 +87,6 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/ticket/init-edit.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/ticket/init-edit.js')|lc_cache }}"></script>

{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/user/edit.html.twig Vedi File

@@ -41,6 +41,6 @@
{{ parent() }}
{% include '@LcShop/backend/default/block/script-vuejs.html.twig' %}

<script src="{{ asset('bundles/lcshop/js/backend/script/user/init-edit.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/user/init-edit.js')|lc_cache }}"></script>

{% endblock %}

+ 1
- 1
ShopBundle/Resources/views/backend/usermerchant/show.html.twig Vedi File

@@ -82,7 +82,7 @@

{% block script_javascript %}
{{ parent() }}
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-list.js') }}"></script>
<script src="{{ asset('bundles/lcshop/js/backend/script/default/init-list.js')|lc_cache }}"></script>
{% endblock %}



Loading…
Annulla
Salva