Can someone else confirm that the destination it totally ignored when responding to a pending relationship request?
I have had to do a short term hack
if (isset($_GET['destination'])) {
return $_GET['destination'];
}
Before the return statements in the _submit functions of user_relationships_actions.php but i'm sure there is a nicer solution. I print_r()'ed the $_REQUEST object, but it didn't have destination in it?! (but it was still in the URL, so $_GET works).
feedback greatly appreciated.
Comments
Comment #1
berdirSorry for pinging the participants.
Now that Drupal 7 is out, there is no support for Drupal 5 and the corresponding modules anymore. Therefore, I'm closing all old issues which are still open.
I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature is still needed or the bug still exists and open a new issue in that case.