Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Fix/cleanup destroyed

wakonig_k requested to merge fix/cleanup_destroyed into pre_release_v2

Description

This MR fixes two problems:

  • When the parent got deleted but the cleanup wasn't executed yet, it might happen that it will be called twice. To avoid this, a _destroyed flag was introduced.
  • When the user cancels the UI file launcher, an error message pops up stating that "" cannot be loaded. This MR changes it to simply return None.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading