Closed (fixed)
Project:
CRM Core
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2012 at 17:48 UTC
Updated:
4 May 2012 at 09:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThank you for the kind words! Kind of excited about it myself.
Looking into this right now. It seems there was an extra menu router entry that was causing the issue. I adjusted that, and added text labels to the relationship types.
Try this patch and let me know how it works for you.
Comment #2
Rene Hostettler commentedI've just applied this fix and the error message "Undefined offset: 6 in _menu_translate()" is no longer displayed.
I still haven't been able to create any relationships between different contacts. In the field to add the relationship on a contact it says that only that contact type can be used. If a different one is used for example creating a relationship between an individual as an employee of a company I get this error:
"Please, input destination contact."
I have tried changing both destination and source settings on the relationship to all but dosent seem to make any difference.
Is this a bug or am I misunderstanding how relationships are meant to work?
Comment #3
wjaspers commentedPatch contains excess whitespace from tabs.
In looking at this router item, it looks like:
1) Its predecessor defines a specific CRM Relationship between contacts (much more like an Entity).
2) The router item itself defines a specific instance of that CRM Relationship type (much more like a Bundle). << Thus allowing someone to create an instance of the relationship.
Comment #4
dealancer commentedoh, this patch was committed long time ago and looks like the spaces are ok. So I am updating status of this issue to fixed. If you will find any new issues related with this, please reopen this issue or create new one.