Skip to content

Commit 0892818

Browse files
authored
Merge pull request #34 from devforth/fix-filters
Fixed filter show
2 parents 50455ee + 7c759d9 commit 0892818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/restApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function interpretResource(
4444
[ActionCheckSource.DeleteRequest]: ['delete'],
4545
[ActionCheckSource.ListRequest]: ['list'],
4646
[ActionCheckSource.CreateRequest]: ['create'],
47-
[ActionCheckSource.DisplayButtons]: ['show', 'edit', 'delete', 'create'],
47+
[ActionCheckSource.DisplayButtons]: ['show', 'edit', 'delete', 'create', 'filter'],
4848
[ActionCheckSource.BulkActionRequest]: ['delete'],
4949
}[source];
5050

0 commit comments

Comments
 (0)