Skip to content

Commit

Permalink
Merge pull request #8277 from sinansonmez/8223-remove-ask-checkbox
Browse files Browse the repository at this point in the history
Ask checkboxes are removed from two pages
  • Loading branch information
andrewpbrett authored Oct 5, 2021
2 parents ce63d02 + 7dc8500 commit 9b9db32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/views/admin/customers/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
%th.bill_address{ 'ng-show' => 'columns.bill_address.visible' }=t('admin.customers.index.bill_address')
%th.ship_address{ 'ng-show' => 'columns.ship_address.visible' }=t('admin.customers.index.ship_address')
%th.balance{ 'ng-show' => 'columns.balance.visible' }=t('admin.customers.index.balance')
%th.actions
Ask? 
%input{ :type => 'checkbox', 'ng-model' => "confirmDelete" }
%tbody
%tr.customer{ 'ng-repeat' => "customer in filteredCustomers = ( customers | filter:quickSearch | orderBy: sorting.predicate:sorting.reverse ) | limitTo:customerLimit track by customer.id", 'ng-class-even' => "'even'", 'ng-class-odd' => "'odd'", :id => "c_{{customer.id}}" }
-# %td.bulk
Expand Down
3 changes: 0 additions & 3 deletions app/views/spree/admin/orders/bulk_management.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@
%th.price{ 'ng-show' => 'columns.price.visible' }
= "#{t('admin.price')} (#{Spree::Money.currency_symbol})"
%th.actions
%th.actions
= t("admin.orders.bulk_management.ask")
%input{ :type => 'checkbox', 'ng-model' => "confirmDelete" }

%tr.line_item{ ng: { repeat: "line_item in filteredLineItems = ( line_items | filter:quickSearch | variantFilter:selectedUnitsProduct:selectedUnitsVariant:sharedResource | orderBy:sorting.predicate:sorting.reverse )", 'class-even' => "'even'", 'class-odd' => "'odd'", attr: { id: "li_{{line_item.id}}" } } }
%td.bulk
Expand Down

0 comments on commit 9b9db32

Please sign in to comment.