Actions
Bug #25784
closedallowed_taxonomies always returns empty list
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
Description
This is due to allows_taxonomy_filtering implementation that always return false.
This method uses scoped search definitions to see if taxonomy filters exist on an object. This is a hash keyed with symbols, but allowed_taxonomies sends a string there.
Actions