Revision 2584b963d1034a86729d8097bebfdcd8f2b85941 authored by Kirill Sizov on 31 May 2023, 18:38:47 UTC, committed by GitHub on 31 May 2023, 18:38:47 UTC
### Motivation and context
Applied comments:
- [x] Aligning ORGANIZATION_OPEN_API_PARAMETERS
https://github.com/opencv/cvat/pull/5892#discussion_r1207319660
- [x] Moving ORGANIZATION_OPEN_API_PARAMETERS
https://github.com/opencv/cvat/pull/5892#discussion_r1207320699
~~- [ ] Moving CustomerAutoSchema
https://github.com/opencv/cvat/pull/5892#discussion_r1207326857~~ this
uncritical comment that cannot be done easily, [see
answer](https://github.com/opencv/cvat/pull/5892#discussion_r1209015397)
- [x] Raise error if cannot get `organization_id` for objects
https://github.com/opencv/cvat/pull/5892#discussion_r1207365213
- [x] Multiply fields for `iam_organization_field`
https://github.com/opencv/cvat/pull/5892#issuecomment-1566841192

Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
1 parent 21503b3
Raw File
.nycrc
{
    "all": true,
    "compact": false,
    "extension": [
        ".js",
        ".jsx",
        ".ts",
        ".tsx"
    ],
    "exclude": [
        "**/3rdparty/*",
        "**/tests/*",
        "cvat-ui/src/actions/boundaries-actions.ts",
        "cvat-ui/src/utils/platform-checker.ts"
    ],
    "parser-plugins": [
        "typescript"
    ]
}
back to top