diff --git a/src/app/features/preservation-space/organizational-unit/components/routables/orgunit-list/orgunit-list.routable.ts b/src/app/features/preservation-space/organizational-unit/components/routables/orgunit-list/orgunit-list.routable.ts index bda100bfd0f78916ca05ef1a9c367c27848cc3b1..0c026be4fa2401004a42af2b1ea3b360aaaf02c6 100644 --- a/src/app/features/preservation-space/organizational-unit/components/routables/orgunit-list/orgunit-list.routable.ts +++ b/src/app/features/preservation-space/organizational-unit/components/routables/orgunit-list/orgunit-list.routable.ts @@ -133,7 +133,7 @@ export class OrgunitListRoutable extends SharedAbstractListRoutable<Organization }, { logo: IconNameEnum.sendRequest, - callback: model => this.requestCreationOrgUnit(), + callback: model => this.requestToBeMember(model.resId), placeholder: MARK_AS_TRANSLATABLE("organizationalUnit.requestToBeMember"), displayOnCondition: model => !this._securityService.isRootOrAdmin() && !this._securityService.isMemberOfOrgUnit(model.resId), },