Skip to content

Fixed deletion of directories in Web IDE

Denys Mishunov requested to merge 64677-delete-directory-webide into master

What does this MR do?

Precisely follows proposal in #64677 (closed):

  • when simply emptying a folder, the behavior isn't changed: the folder remains in the tree unless browser window reloaded
  • when the whole folder is removed, the folder is filtered out from the data sent to Commit API to avoid failed request. The folder is removed from the tree view as well in this case.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Closes #64677 (closed)

Merge request reports

Loading