Revision 90d5e1f94d7e2395e95234845f70eadbef0a36e3 authored by Ritik Raj on 11 April 2024, 08:03:58 UTC, committed by GitHub on 11 April 2024, 08:03:58 UTC
This PR fixes two open issues:
- Fixed the [issue](https://github.com/opencv/cvat/issues/5978) Unable to edit Attribute name #5978
- Fixed the [issue](https://github.com/opencv/cvat/issues/6503) - REST API renaming an attribute does not work #6503

Used attribute id to fetch attribute from the database and renamed it from the list received in the request.

Tested it under multiple scenarios, like different attribute types, input values, and labels.

![image](https://github.com/opencv/cvat/assets/76646497/64bf8a0f-becb-442d-bf27-09e77dddfc86)
1 parent 55ea04b
History
File Mode Size
cvat_sdk
gen
requirements
.gitignore -rw-r--r-- 946 bytes
.openapi-generator-ignore -rw-r--r-- 1.2 KB
.remarkignore -rw-r--r-- 15 bytes
MANIFEST.in -rw-r--r-- 83 bytes
README.md -rw-r--r-- 1.0 KB
pyproject.toml -rw-r--r-- 383 bytes

README.md

back to top