add a TODO in shelves manager

This commit is contained in:
Mustafa-Zarkash 2023-10-12 21:15:23 +03:00
parent 05dc8f557d
commit 873c263587

View file

@ -9,6 +9,7 @@ from ayon_server.settings import (
class ShelfToolsModel(BaseSettingsModel):
name: str = Field(title="Name")
help: str = Field(title="Help text")
# TODO: The following settings are not compatible with OP
script: MultiplatformPathModel = Field(
default_factory=MultiplatformPathModel,
title="Script Path "