Skip to content

Commit

Permalink
Merge pull request #715 from unicef/37719
Browse files Browse the repository at this point in the history
[ch37719] fixed audit firm order
  • Loading branch information
danNordlogic authored Aug 7, 2024
2 parents a465b42 + 10b3048 commit 8264fd4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class ListViewBase extends connect(store)(CommonMethodsMixin(LitElement))
label: 'Audit Firm',
name: 'agreement.auditor_firm.name',
type: EtoolsTableColumnType.Text,
sort: 'agreement__auditor_firm__name',
sort: 'agreement__auditor_firm__organization__name',
path: 'agreement.audit_firm'
},
{
Expand Down Expand Up @@ -400,7 +400,7 @@ export class ListViewBase extends connect(store)(CommonMethodsMixin(LitElement))
sortChange(e: CustomEvent) {
const colKeyToSortKey = {
reference_number: 'reference_number',
'agreement.auditor_firm.name': 'agreement__auditor_firm__name',
'agreement.auditor_firm.name': 'agreement__auditor_firm__organization__name',
'partner.name': 'partner__organization__name',
engagement_type: 'engagement_type',
status: 'status'
Expand Down

0 comments on commit 8264fd4

Please sign in to comment.