
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
7 lines
176 B
YAML
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>`_
|