Files
DataMate/runtime
Jerry Yan cd5f5ef6da fix(annotation): fix use_new_version to support files without annotation
Problem:
use_new_version returned 404 annotation not found for files without
annotation, preventing users from switching to new versions.

Solution:
1. Query latest file by logical_path
2. Update LabelingProjectFile to point to latest version
3. If annotation exists: clear it and update file_id
4. If no annotation: just update project file snapshot
5. Return new file_id in response
2026-02-06 15:22:57 +08:00
..
2026-01-09 14:35:03 +08:00
1
2026-01-19 13:09:48 +08:00