Actions
Bug #35954
closedCreating an organization through API does not propagate encountered errors properly
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
What happens now:
# hammer organization create --name "Test Organization" --label "Test Organization" Could not create the organization: resource have no errors
What should be happening:
# hammer organization create --name "Test Organization" --label "Test Organization" Could not create the organization: Label is invalid Label cannot contain characters other than ascii alpha numerals, '_', '-'.
Actions