From 36ad778a590b4d432c2dea54a2d53b5f57d6d758 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Fri, 13 Mar 2020 15:02:51 +0100 Subject: [PATCH] Removed default filter --- modules/order/front/main/index.js | 2 +- modules/order/front/search-panel/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/order/front/main/index.js b/modules/order/front/main/index.js index caf819c9d..afab4fc6e 100644 --- a/modules/order/front/main/index.js +++ b/modules/order/front/main/index.js @@ -3,7 +3,7 @@ import ModuleMain from 'salix/components/module-main'; export default class Order extends ModuleMain { $postLink() { - this.filter = {showEmpty: false}; + // this.filter = {showEmpty: false}; } } diff --git a/modules/order/front/search-panel/index.html b/modules/order/front/search-panel/index.html index f9b214578..991daa2e6 100644 --- a/modules/order/front/search-panel/index.html +++ b/modules/order/front/search-panel/index.html @@ -76,11 +76,11 @@ triple-state="true" ng-model="filter.isConfirmed"> - - + -->