This small patch handles a cancelled invitation by deleting the corresponding entry from user_relationship_invites.
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationships_cancel_delete.patch | 661 bytes | scottgifford |
This small patch handles a cancelled invitation by deleting the corresponding entry from user_relationship_invites.
| Comment | File | Size | Author |
|---|---|---|---|
| user_relationships_cancel_delete.patch | 661 bytes | scottgifford |
Comments
Comment #1
alex.k commentedCommitted in http://drupal.org/cvs?commit=279800, with a tweak. $args['code'] is not available, neither in invites 5.x-1.13 nor 1.x-dev. The patch gets the code from the url. Thanks for contributing.
Comment #2
scottgifford commentedThanks! Must have been another local change that made $args['code'] work for me.