mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix #1598: Do not fallback to current task name
This commit is contained in:
parent
31e6b5a139
commit
aff0ecf436
1 changed files with 0 additions and 3 deletions
|
|
@ -328,9 +328,6 @@ class CreateWidget(QtWidgets.QWidget):
|
|||
folder_path = self._context_widget.get_selected_folder_path()
|
||||
if folder_path:
|
||||
task_name = self._context_widget.get_selected_task_name()
|
||||
|
||||
if not task_name:
|
||||
task_name = self.get_current_task_name()
|
||||
return task_name
|
||||
|
||||
def _set_context_enabled(self, enabled):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue