We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabled label attributes should not be changed via the raw editor
Disabled label attributes are changed via the raw editor except for the attribute name. If change the name, an error of 500 is returned.
django.db.utils.IntegrityError: duplicate key value violates unique constraint "engine_attributespec_pkey" DETAIL: Key (id)=(<attributes_id>) already exists.
Disable the ability to change disabled label attributes via the raw editor.
git log -1
docker version
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My actions before raising this issue
Expected Behaviour
Disabled label attributes should not be changed via the raw editor
Current Behaviour
Disabled label attributes are changed via the raw editor except for the attribute name. If change the name, an error of 500 is returned.
Possible Solution
Disable the ability to change disabled label attributes via the raw editor.
Steps to Reproduce (for bugs)
input_type
mutable
Context
Your Environment
git log -1
): 70a9071docker version
(e.g. Docker 17.0.05): 20.10.5Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: