Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Trusted Contacts and Private Messaging
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Apr 2014 at 00:28 UTC
Updated:
30 Jul 2014 at 07:30 UTC
Jump to comment: Most recent
Comments
Comment #1
garyconroy commentedConfirm. I am seeing the same behaviour
Comment #2
BarisW commentedSame here, any thoughts?
Comment #3
BarisW commentedI'm not sure what this piece of code does:
But if I change it to
It seems to work. Note the propertyConditions for gid and etid.
Comment #4
obynz commentedHi,
I just did the same as #3 and it worked for me.
Comment #5
japerryTesting this, as well as making sure groups are being assigned to each other. It appears group membership isn't going both ways when people add each other as trusted contacts.
Comment #7
japerryFixed! (Sorta)
I committed this patch to help surpress the error message:
http://drupalcode.org/project/commons.git/commit/22fbebe
However, the fix mentioned above will not fix the trusted contacts problem of approving another member. When a membership is approved, both members should be joined to each other, which is why we have opposite ids being inserted. I couldn't reproduce the issue you had, so once we release 3.10, let me know what watchdog errors you get and we can further debug from there.
Comment #8
lsolesen commented@japerry seems to have fixed this, so closing. Please reopen if this is still a problem.