Files
manila-ui/releasenotes/notes/bug-2090947-share-group-from-share-group-snapshot-9ceb635e42da03f1.yaml
Pavlo Shchelokovskyy a5143fa612 Fix creation of share group from snapshot
currently the transform_dashed_name is always applied
to the share group type while handling the CreateShareGroupForm.

But when the shared group is created from snapshot,
the share group type is fetched from actual source share group,
in UUID form.
As the UUID naturally contains dashes, transform_dashed_name
just mangles it, breaking creation of share group from
share group snapshot.

Only apply the transform_dashed_name when no snapshot_id
was provided.

Closes-Bug: #2090947
Change-Id: Ie6354ff4c0d49107fdfec47821e0f9e3275e1b51
2025-03-12 15:18:27 +00:00

7 lines
176 B
YAML

---
fixes:
- |
Fixed a bug where share group could not be created from share group
snapshot.
`Launchpad bug <https://bugs.launchpad.net/manila-ui/+bug/2090947>`_