Hide Forgot
Description of problem: Different restriction for "Repository Label" for create repo using WebUI and API. WebUI removes brackets from "Repository Label", API doesn't do it. Version-Release number of selected component (if applicable): 100% How reproducible: Sat 5.6.0 Sat 5.5.0 SW 2.0 Steps to Reproduce: 1. Create repo using API > spacewalk-api --server=localhost --user=admin --password=xxx channel.software.createRepo "%session%" "Fedora 19 (i386)" YUM http://download.englab.brq.redhat.com/released/F-19/GOLD/Everything/i386/ 2. Create repo using WebUI. Repository Label: Fedora 19 (x86_64) Repository URL: http://download.englab.brq.redhat.com/released/F-19/GOLD/Everything/x86_64/ 3. Click "Create repository" and we can see, that WebUI saves label without brackets: Repository Label: Fedora 19 x86_64 Actual results: Repository Label: Fedora 19 x86_64 Expected results: Repository Label: Fedora 19 (x86_64) Additional info:
Taking...
This is kind of "feature", but not a bug. We're removing all characters like "<", ">", "(", ")", "{", "}", from web-UI forms. I see no sense to do this only for one API-call now. Closing...