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
docs
src
tests
.dockerignore -rw-r--r-- 36 bytes
.eslintrc.cjs -rw-r--r-- 659 bytes
README.md -rw-r--r-- 1.3 KB
babel.config.json -rw-r--r-- 260 bytes
jest.config.cjs -rw-r--r-- 613 bytes
package.json -rw-r--r-- 1.1 KB
tsconfig.json -rw-r--r-- 314 bytes
webpack.config.cjs -rw-r--r-- 1.5 KB

README.md

back to top