Problem/Motivation

DER 8.x-2.x has a different column for JOINs than the column used for storage.

Proposed resolution

Factor out the relationship entity table join into a method so DER can override it in #2808337: Make use of proposed entity table relationship refactor

Remaining tasks

Commit. There's no need for a test, the existing tests suffice as there's no change whatsoever.

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#3 2808333_3.patch2.27 KBchx
#2 2808333_2.patch2.12 KBchx

Comments

chx created an issue. See original summary.

chx’s picture

Status: Active » Needs review
StatusFileSize
new2.12 KB
chx’s picture

Issue summary: View changes
StatusFileSize
new2.27 KB
chx’s picture

Issue summary: View changes
jibran’s picture

The patch just moves two line of code to a function which should be fine imo. I talked about this with @berdir and he is also fine by it.

jibran’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 3: 2808333_3.patch, failed testing.

jibran’s picture

Status: Needs work » Reviewed & tested by the community
17:26:09 Slave went offline during the build
17:26:09 ERROR: Connection was broken: java.io.IOException: Connection aborted: 

Retesting it.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Seems a sane refactoring to help DER.

  • alexpott committed 4b50565 on 8.3.x
    Issue #2808333 by chx: Factor out the join from Tables.php
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.