Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Ftrack delete action cause circular error #1579

Merged
merged 3 commits into from
May 25, 2021

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented May 24, 2021

Issue

  • ftrack delete action may cause circular error

Changes

  • ftrack entities are deleted by their link length (link contain all hierarchy of entity)
    • higher link entities are removed as first to avoid removing of already deleted entity
  • AvalonMongoDB is created on action initialization

How to test

  • run action on multiple entities with children having published content and asset versions on tasks
OpenPype 2 PRs
OpenPype #1581

Closes #206

@iLLiCiTiT iLLiCiTiT self-assigned this May 24, 2021
@iLLiCiTiT iLLiCiTiT requested a review from a team May 24, 2021 17:13
@iLLiCiTiT iLLiCiTiT added backend type: bug Something isn't working labels May 24, 2021
@mkolar mkolar added this to the 3.0.0-rc.6 milestone May 25, 2021
@mkolar
Copy link
Member

mkolar commented May 25, 2021

@iLLiCiTiT can we please make equivalent in 2.x?

@mkolar mkolar merged commit fa768b3 into develop May 25, 2021
@mkolar mkolar deleted the bugfix/206-Ftrack_delete_action_cause_circular_error branch May 25, 2021 08:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ftrack delete action cause circular error
2 participants