When attempting to move entities that have aliases we're getting an error:

Column not found: 1054 Unknown column "changeset_id" in "where clause".

The attached patch fixes the issue by merging the if statement that checks LANGUAGE_NONE into the above statement.

CommentFileSizeAuthor
#2 cps_path_alias_move-3425593.patch1.17 KBhadsie

Comments

hadsie created an issue. See original summary.

hadsie’s picture

StatusFileSize
new1.17 KB

  • douggreen committed 182564ab on 7.x-1.x
    Issue #3425593 by hadsie: Unable to move entities with aliases between...
douggreen’s picture

Committed, thanks!