Skip to content
Snippets Groups Projects

Utilize `user.requested` to display follow request status on user card

Merged rinpatch requested to merge fix/follow-request-detection into develop
1 unresolved thread

Closes #635 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
135 135 <button
136 136 class="btn btn-default btn-block"
137 137 :disabled="followRequestInProgress"
138 :title="followRequestSent ? $t('user_card.follow_again') : ''"
138 :title="user.requested ? $t('user_card.follow_again') : ''"
  • mentioned in commit 4a469d7f

  • Please register or sign in to reply
    Loading