Actions
Bug #37951
closedOstree repo creation fails if Depth is not set to a value
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
We have a depth field for ostree repos which is a numeric field on the creation page. The note on the page reads that leaving it blank means depth=0 but we don't actually respect that on the backend which requires a value for that field.
When this field is not set on the page, it send null to the API and that is sent as null to pulp which fails. We need to set the value to 0 before we call pulp for ostree repo creation.
Updated by The Foreman Bot 15 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11220 added
Updated by Anonymous 13 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|29b4e30b86d2c08bbe67ac3799e7ff47fc95a9a6.
Actions