未验证 提交 5377973e 编写于 作者: A Anastasia Yasakova 提交者: GitHub

Fixed dataset import in an organization (#18)

上级 e2ce6ce7
......@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Task creation progressbar bug (<https://github.com/cvat-ai/cvat/issues/12>)
- Removed Python dependency ``open3d`` which brought different issues to the building process
- Dataset import in an organization (<https://github.com/cvat-ai/cvat/pull/18>)
### Security
- TDB
......
......@@ -1552,6 +1552,7 @@ def load_dataset_data(project_annotation, dataset: Dataset, project_data):
'name': subset.name,
'owner': project_annotation.db_project.owner,
'subset': subset.name,
'organization': project_annotation.db_project.organization,
}
subset_dataset = subset.as_dataset()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册