gitlab-org--gitlab-foss/changelogs/unreleased/57668-create-file-from-url.yml
Denys Mishunov 5e0423ebc5 Set tree list accounting for already-opened files
Since we can create files from URL now, this means that these files will
not exist in the tree returned from API: they exist on the client
only before the first commit. In order to still show the newly-created
files in the tree, we should not override the tree, but merge the tree
existing on the client and the one coming from API.

Changelog entry

Moved trees merging into mutation
2019-04-04 09:05:50 +02:00

5 lines
118 B
YAML

---
title: Implemented support for creation of new files from URL in Web IDE
merge_request: 26622
author:
type: added