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
requirements
src
.gitignore -rw-r--r-- 807 bytes
MANIFEST.in -rw-r--r-- 47 bytes
README.md -rw-r--r-- 1.9 KB
developer_guide.md -rw-r--r-- 270 bytes
pyproject.toml -rw-r--r-- 383 bytes
setup.py -rw-r--r-- 1.9 KB

README.md

back to top