auto-fill project entity if is not passed in

This commit is contained in:
Jakub Trllo 2025-01-24 14:18:27 +01:00
parent cd3543f424
commit 375378e74c

View file

@ -562,6 +562,9 @@ class BaseCreator(ABC):
instance
)
if not project_entity:
project_entity = self.create_context.get_current_project_entity()
return get_product_name(
project_name,
task_name,