Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elgg_get_entities_from_relationship() clobbers creation time of entities (Trac #4409) #4409

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 3 comments

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/4409 on 42189274-12-21 by cash, assigned to unknown.

Elgg version: 1.8

See 82f7909#-P0

@elgg-gitbot
Copy link
Author

cash wrote on 42312994-03-05

This must be fixed before a release.

@elgg-gitbot
Copy link
Author

trac user Brett Profitt wrote on 42315542-10-22

Fixes #4409. Selecting distinct across entities.* and entity_relationships.id instead of r.* so entities loaded via elgg_get_entities_from_relationship() have the correct time_created.
Changeset: d7aa2b8

@elgg-gitbot
Copy link
Author

trac user Brett Profitt wrote on 42422630-06-30

Fixes #4409. Selecting distinct across entities.* and entity_relationships.id instead of r.* so entities loaded via elgg_get_entities_from_relationship() have the correct time_created.
Changeset: d7aa2b8

adayth pushed a commit to adayth/Elgg that referenced this issue Feb 22, 2013
…tionships.id instead of r.* so entities loaded via elgg_get_entities_from_relationship() have the correct time_created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant