Skip to content
New issue

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

Fixed issue: is not a constructor when create object, save, undo, save, redo save #3292

Merged
merged 4 commits into from
Jun 5, 2021

Conversation

bsekachev
Copy link
Member

@bsekachev bsekachev commented Jun 4, 2021

Motivation and context

Resolved #3216

How has this been tested?

Added a unit test. This is cvat-core error, end-to-end tests aren't required to cover it.

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@bsekachev bsekachev added the bug Something isn't working label Jun 4, 2021
@bsekachev bsekachev requested a review from nmanovic as a code owner June 4, 2021 13:15
@bsekachev bsekachev changed the title [WIP] Fixed issue: is not a constructor when create object, save, undo, save, redo save Fixed issue: is not a constructor when create object, save, undo, save, redo save Jun 4, 2021
nmanovic
nmanovic previously approved these changes Jun 5, 2021
@nmanovic nmanovic merged commit 284be86 into develop Jun 5, 2021
@nmanovic nmanovic deleted the bs/fixed_issue_3216 branch June 5, 2021 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"TypeError: a is not a constructor" error with undo/redo
3 participants