Skip to content

Column not found: 1054 Unknown column 'table.left' in 'order clause' #327

@kheengz

Description

@kheengz

laravel: 6.0
buam: 2.0.0-alpha1

i realized that the usaual default column names no longer work

protected $parentColumn = 'parent_id';
protected $leftColumn = 'lft';
protected $rightColumn = 'rgt';
protected $depthColumn = 'depth';
protected $orderColumn = 'name';

seems they have been changed to

protected $parentColumnName = 'parent_id';
protected $leftColumnName = 'lft';
protected $rightColumnName = 'rgt';
protected $depthColumnName = 'depth';
protected $orderColumnName = 'name';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions