From 8e11a1b37cb1d226acfe494f8821e5eb6e874dd0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Apr 2020 10:49:26 +0200 Subject: Fix sort in admin tables --- .../my-account-ownership/my-account-ownership.component.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/+my-account/my-account-ownership') diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.ts b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.ts index cd8065800..324641be1 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.ts +++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.ts @@ -31,6 +31,10 @@ export class MyAccountOwnershipComponent extends RestTable implements OnInit { this.initialize() } + getIdentifier () { + return 'MyAccountOwnershipComponent' + } + createByString (account: Account) { return Account.CREATE_BY_STRING(account.name, account.host) } -- cgit v1.2.3