Hi,
For some inexplicable reason neither the edit link or the delete link, in the list of relationships defined, work i.e. take me to where I can edit/delete the relationship attributes.
Any suggestions.
Hi,
For some inexplicable reason neither the edit link or the delete link, in the list of relationships defined, work i.e. take me to where I can edit/delete the relationship attributes.
Any suggestions.
Comments
Comment #1
jaydub commentedAre you referring to the relationship admin page at /admin/user/relationships?
What happens when you click on the edit or delete links? Can you paste in the the URI of the links here? If the link contains a relationship ID can you verify that the relationship with the ID exists in your database?
Comment #2
sziggle commentedi am seeing the same issue. it's got to be a bad interaction with some other module.
yes, it is on the admin page at /admin/user/relationships.
i am looking at the two relationship types i have defined in the db, so i can confirm that they are there.
here are the relevant URL's for editing / deleting the two types i have created:
http://p5y.local/admin/user/relationships/1/edit
http://p5y.local/admin/user/relationships/2/edit
http://p5y.local/admin/user/relationships/1/delete
http://p5y.local/admin/user/relationships/2/delete
i think that drupal thinks that i am on the edit page or that i have deleted the type. when i click the link, i get a page refresh and the browser URL is one of those listed above. but i am brought back to the form on the admin relationships page and nothing has happened.
i'll try disabling some other modules and see if i find a culprit.
Comment #3
sziggle commentedit's the "me alias" module http://drupal.org/project/me . turn it off and it works. turn it on and you get the behavior described above.
which is a bummer because i want to use both...
Comment #4
jaydub commentedI verified this. Setting the project to 'me'. Perhaps sziggle can follow up with the Me module developer since that module works by rewriting links/paths in Drupal.
Comment #5
sziggle commentedmostly just updating the issue title here.
i don't know how to determine whose module this issue really belongs to. i was posting to an issue in the user relationships module issue queue. i guess jaydub decided that the issue was with me alias. i just hope that someone can come up with a way to be able to use both modules, cuz i'd sure like to use both of them. ;^)
Comment #6
cdale commentedI've made an update that should correct this issue. Install the latest dev version and let me know if that resolves the issue for you.
Comment #7
sziggle commentedconfirmed fixed with current dev version.
thanks!!!