ayon-core
ayon-core copied to clipboard
CleanUpModel includes a typo
Is there an existing issue for this?
- [x] I have searched the existing issues
Current Behavior:
It was reported Core Addon regex “paterns” typo
the setting include patern
https://github.com/ynput/ayon-core/blob/3f549a0ecf926d432265b27bfaf52fe5cffa38c3/server/settings/publish_plugins.py#L1050-L1050
however in the plugin, it's patterns
https://github.com/ynput/ayon-core/blob/3f549a0ecf926d432265b27bfaf52fe5cffa38c3/client/ayon_core/plugins/publish/cleanup.py#L48-L48
The typo was fixed in the plugin but not int the setting. https://github.com/ynput/ayon-core/commit/b390a7f3b5da5658d418d7642d3db7c6e8894146
Expected Behavior:
No response
Version
1.6.0
What platform you are running on?
Windows
Steps To Reproduce:
.
Are there any labels you wish to add?
- [x] I have added the relevant labels to the bug report.
Relevant log output:
Additional context:
No response