사용자가 초대 정보를 볼 수 없습니다

문제: 일반 사용자는 초대 세부 정보 탭을 볼 수 없으며, 스태프만 볼 수 있습니다

원인 discourse/frontend/discourse/app/routes/user-invited.js at main · discourse/discourse · GitHub

    const can_see_invite_details =
      this.currentUser.staff ||
      this.controllerFor("user").id === this.currentUser?.id;

    controller.setProperties({
      can_see_invite_details,
    });

this.controllerFor("user")는 존재하지 않습니다. 이는 this.modelFor("user")여야 합니다.

2개의 좋아요

리포트 감사합니다. 이를 통해 수정될 것입니다!

3개의 좋아요

이 주제는 16시간 후 자동으로 닫혔습니다. 더 이상 새 답변을 남길 수 없습니다.