master
Max Ehrlicher-Schmidt 4 years ago
parent 969ae67650
commit 50d1d45c75

@ -96,7 +96,10 @@ export class OrganisationComponent implements OnInit {
}, },
], ],
editableReferences: false, editableReferences: false,
linkToTable: () => '/table/provider', linkToTable: () => '/table/bikes',
linkToTableParams: (organisation) => {
return { "provider.organisation.name": organisation.name,};
},
}, },
]; ];

Loading…
Cancel
Save