mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix for refactored method
This commit is contained in:
parent
7105ca8d73
commit
d8fcc4c85c
1 changed files with 2 additions and 1 deletions
|
|
@ -171,8 +171,9 @@ class ProductTypesView(QtWidgets.QListView):
|
|||
|
||||
# Apply product types filter
|
||||
if self._refresh_product_types_filter:
|
||||
project_name = self._controller.get_selected_project_name()
|
||||
product_types_filter = (
|
||||
self._controller.get_current_context_product_types_filter()
|
||||
self._controller.get_product_types_filter(project_name)
|
||||
)
|
||||
if product_types_filter.is_include:
|
||||
self._on_disable_all()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue