diff --git a/client/app/orders/order-explorer/order-explorer.component.js b/client/app/orders/order-explorer/order-explorer.component.js index 6cced4538..e2524b854 100644 --- a/client/app/orders/order-explorer/order-explorer.component.js +++ b/client/app/orders/order-explorer/order-explorer.component.js @@ -53,7 +53,6 @@ function ComponentController ($filter, $state, lodash, ListView, Language, Order showSelectBox: checkApproval(), useExpandingRows: true, selectionMatchProp: 'id', - onClick: expandRow, onCheckBoxChange: selectionChange } } @@ -131,12 +130,6 @@ function ComponentController ($filter, $state, lodash, ListView, Language, Order return checkApproval() ? menuActions : null } - function expandRow (item) { - if (!item.disableRowExpansion) { - item.isExpanded = !item.isExpanded - } - } - function sortChange (sortId, direction) { OrdersState.setSort(sortId, direction) resolveOrders(vm.limit, 0)