ovo.app.components.attachment_components¶
Module Contents¶
Functions¶
List project attachments with download and delete options. |
|
Shows checkboxes with attachments and returns a list of selected project attachments. |
API¶
- ovo.app.components.attachment_components.add_project_attachments(project: ovo.core.database.models.Project)¶
- ovo.app.components.attachment_components.list_project_attachments(project: ovo.core.database.models.Project)¶
List project attachments with download and delete options.
- ovo.app.components.attachment_components.select_project_attachments(project: ovo.core.database.models.Project, extensions: tuple = None, missing_message: str = None) list[ovo.core.database.models.AttachmentArtifact]¶
Shows checkboxes with attachments and returns a list of selected project attachments.