Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
User experience
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2018 at 13:35 UTC
Updated:
19 Dec 2019 at 22:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
czigor commentedComment #3
bojanz commentedWe construct the entity even if we don't need it (when filter_bundles is off). This is not a cheap operation, let's skip it.
Comment #4
czigor commentedComment #5
bojanz commentedOpened a core issue: #3099068: The "bundle" views filter shows options the user doesn't have access to.
Comment #6
bojanz commentedLet's reboot the patch.
Kept (and re-arranged a bit) the test coverage. Tweaked the fix so that it's not optional, but only applies to exposed filters.
Comment #7
bojanz commentedCommitted.