mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-29 20:19:14 +02:00
With the introduction of react-query, it looks like the indexResources attribute of the repository initialization extension properties lost its collection links, which was replaces by _links. In this fix we copy this collection, so that the template plugin still can use links. Fixes #1593