Need to add AJAX options for simple confirmation forms on relationship creation, deletion, approval, rejection. This will speed up user experience, as well as performance.

Comments

alex.k’s picture

Status: Active » Fixed

This has been implemented by @darren.ferguson, thanks much! Committed to 6.x branch.

Flying Drupalist’s picture

Hi, will this work with the code you've given me here?

http://drupal.org/node/319809

alex.k’s picture

Yes, you just need to add a class user_relationships_popup_link, like so:

<a href="......." class="user_relationships_popup_link">......</a>
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.