4.33.129-beta
·
2519 commits
to development
since this release
- fixed display scopes
AdminDisplay::table()->setScopes('orderByParent') //Applied scope `orderByParent`
// or
AdminDisplay::table()->setScopes('orderByName', ['filterByType', 'category']) // Applied scopes `orderByName` and `filterByType` with param `category`