You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently lack an enumerator for selecting available templates. This would help us avoid potential issues with mistyping text input.
Enhancement Proposal
Let's create another enumerator helper function similar to link_types_enum. We could name it anatomy_template_items_enum. This function should include options for selecting specific template types, like delivery, for example. This way, we can easily select only the delivery category of anatomy templates.
But I just realized that from technical point of view it probably cannot be done with argument in function because project name is filled dynamically from the model, whereas we want to define it for the field.
Ideal usecase are these two options (we can support both).
Current Issue
We currently lack an enumerator for selecting available templates. This would help us avoid potential issues with mistyping text input.
Enhancement Proposal
Let's create another enumerator helper function similar to
link_types_enum
. We could name itanatomy_template_items_enum
. This function should include options for selecting specific template types, likedelivery
, for example. This way, we can easily select only the delivery category of anatomy templates.The text was updated successfully, but these errors were encountered: