Skip to content

Relation field is broken when order is set current category #1197

@micker

Description

@micker

Relation field create an error if order by current category is selected
that return :

1054 Unknown column 'rel.catid' in 'order clause'

$where[] = ' rel.catid IN (' . implode(',', $catids) . ') ';

$where[] = ' rel.catid IN (' . implode(',', $catids) . ') ';

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions