Closed (fixed)
Project:
Access Filter
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2018 at 15:31 UTC
Updated:
4 Apr 2019 at 14:54 UTC
Jump to comment: Most recent
Access filter list page is not defined as list_builder handlar in @ConfigEntityType annotation.
In a core module such as Taxonomy, Config Entity list page is defined @ConfigEntityType list_builder handlar.
But, access filter list page is implemented with FormBase in this module. I think this implementation is not standard way.
Add list_builder handler to @ConfigEntityType annotation and replace access filter list page implementation with DraggableListBuilder like the taxonomy vocabulary list page.
| Comment | File | Size | Author |
|---|---|---|---|
| fixed-access-filter-list.patch | 8.95 KB | tom konda |
Comments
Comment #3
hayashi commentedThank you for reporting.
Your patch has been applied.
Comment #5
avpaderno