From ace8c8768fc303d4ce83f1ffb844db39395fb75e Mon Sep 17 00:00:00 2001 From: Yasuhiro Yoshida <892791+YasuhiroYoshida@users.noreply.github.com> Date: Fri, 1 Oct 2021 15:21:13 +0300 Subject: [PATCH] Remove ng-if to filter out invisible enterprises from group --- app/views/groups/show.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 77d3773ee3..0116a5d4d1 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -95,7 +95,6 @@ .active_table %hub.active_table_node.row.animate-repeat{id: "{{hub.hash}}", "ng-repeat" => "hub in filteredEnterprises = (Enterprises.hubs | searchEnterprises:query | taxons:activeTaxons | shipping:shippingTypes | properties:activeProperties:'distributed_properties' | orderBy:['+orders_close_at'])", - "ng-if" => "hub.visible", "ng-class" => "{'is_profile' : hub.category == 'hub_profile', 'closed' : !open(), 'open' : open(), 'inactive' : !hub.active, 'current' : current()}", "ng-controller" => "HubNodeCtrl"} .small-12.columns