Skip to content

Commit

Permalink
Merge pull request #3016 from ita-social-projects/bugfix/#7096-pick-u…
Browse files Browse the repository at this point in the history
…p-city-admin-cabinet-orders-sorting-is-done-in-unsupported-columns

Bugfix/#7096 pick up city admin cabinet orders sorting is done in unsupported columns
  • Loading branch information
hnativlyubomyr authored May 8, 2024
2 parents 6b08771 + a0bccfd commit f7b31ad
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/app/ubs/ubs-admin/models/non-sortable-columns.model.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
export const nonSortableColumns = [
'recipientPhone',
'clientPhone',
'senderPhone',
'address',
'commentsForOrder',
'commentToAddressForClient',
'commentForOrderByClient',
'orderCertificateCode',
'idOrderFromShop',
'phone_number',
'recipient_phone',
'address',
'comment_to_address_for_client',
'order_certificate_code',
'comment_for_order_by_client',
'comments_for_order',
'id_order_from_shop',
'recipientPhone',
'recipientEmail',
'orderId',
'points'
Expand Down

0 comments on commit f7b31ad

Please sign in to comment.