Skip to content

4.33.129-beta

Compare
Choose a tag to compare
@butschster butschster released this 11 May 08:31
· 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`