Browse Source

Support migrating asset profile to MANUAL data source

pull/7376/head
Thomas Kaul 1 month ago
parent
commit
493b6d1bfc
  1. 4
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts

4
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts

@ -477,10 +477,10 @@ export class GfAssetProfileDialogComponent implements OnInit {
getErrorMessage: () => { getErrorMessage: () => {
return ( return (
'😞 ' + '😞 ' +
$localize`An error occurred while converting the asset profile to ${DataSource.MANUAL}.` $localize`An error occurred while converting the data source to ${DataSource.MANUAL}.`
); );
}, },
title: $localize`Do you really want to convert this asset profile to ${DataSource.MANUAL} data source?`, title: $localize`Do you really want to convert the data source to ${DataSource.MANUAL}?`,
updateAssetProfileDto: { dataSource: DataSource.MANUAL } updateAssetProfileDto: { dataSource: DataSource.MANUAL }
}); });
} }

Loading…
Cancel
Save