We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking the "Enable Grouping" checkbox to disable product groups, nothing happens. An error occurs:
Traceback (most recent call last): File "E:\dev\ayon-core\client\ayon_core\tools\loader\ui\window.py", line 417, in _on_product_group_change self._products_widget.set_enable_grouping( File "E:\dev\ayon-core\client\ayon_core\tools\loader\ui\products_widget.py", line 271, in set_enable_grouping self._products_model.set_enable_grouping(enable_grouping) File "E:\dev\ayon-core\client\ayon_core\tools\loader\ui\products_model.py", line 168, in set_enable_grouping self.refresh(self._last_project_name, self._last_folder_ids) TypeError: refresh() missing 1 required positional argument: 'status_names'
The toggle should work.
1.0.0
Windows
No response
The text was updated successfully, but these errors were encountered:
iLLiCiTiT
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior:
When clicking the "Enable Grouping" checkbox to disable product groups, nothing happens. An error occurs:
Expected Behavior:
The toggle should work.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Are there any labels you wish to add?
Relevant log output:
Additional context:
No response
The text was updated successfully, but these errors were encountered: