1. Added admin to Friends.
2. When I've tried to add him again, there was message:

This user does not accept relationship requests.

This should be like, you have already sent the relationship requests.

CommentFileSizeAuthor
#2 Picture 1.png22.38 KBalex.k

Comments

jaydub’s picture

I haven't explored further to verify but there should be a proper message for this case as can be seen in the array of messages below ('existing_relationship'). This is in user_relationships_ui.module

    'error' => array(
      'too_many_relationships'  => 'You may not create any more relationships to this user.',
      'existing_request'        => 'There is already an earlier %relationship_name request sent to !requestee.',
      'existing_relationship'   => 'There is already an existing %relationship_name relationship with !requestee.',
      'not_accepting_requests'  => 'This user does not accept relationship requests.',
      'self_request'            => 'You may not create a relationship to yourself.',
      'non_existant_user'       => 'This user does not exist.',
      'non_existant_type'       => 'This relationship type does not exist.',
      'unknown_error'           => 'An error has occurred. Please contact the site administrator.',
      'relationship_type_not_set' => 'Please choose the type of relationship.',
    ),
alex.k’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new22.38 KB

The UI should not let you see the 'request' link again, after you've sent one. The link normally changes to "You have sent a new zzzz request to yyyy (pending requests)" - see screenshot for 'admirer'. Is the link you click something that is custom made?

kenorb’s picture

Hmm, maybe I'd many tabs opened and I've added him twice:)
I'll test it again.

alex.k’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

np, please reopen if the problem is really there.

ezueff’s picture

I had the same thing...my bad...I didn't set all the permissions on the permissions page. Just in case someone else makes my rookie mistake.