mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Access through the private member
This commit is contained in:
parent
00c34602e2
commit
2047e38aae
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
|
||||
def _start_publish_preflight(self) -> bool:
|
||||
# Validate comment length
|
||||
comment_def = self.controller.get_comment_def()
|
||||
comment_def = self._controller.get_comment_def()
|
||||
if comment_def.minimum_chars_required:
|
||||
char_count = len(self._comment_input.text())
|
||||
if char_count < comment_def.minimum_chars_required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue