Bug #6890
closedPuppet environment cannot be edited when name is only numeric
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1126033
Description of problem:
Puppet-environment allows creation of names with numeric values, but fails to edit.
The UI states that "only alhanumeric and no spaces".
tail -f /var/log/foreman/production.log
Processing by EnvironmentsController#edit as */*
Parameters: {"id"=>"454981231"}
Rendered common/404.html.erb within layouts/application (1.9ms)
Rendered layouts/base.html.erb (2.2ms)
Completed 404 Not Found in 46ms (Views: 7.8ms | ActiveRecord: 3.9ms)
Version-Release number of selected component (if applicable):
Sat6-GA-snap3
How reproducible:
when using numeric values for puppet-environment.
Steps to Reproduce:
1.
2.
3.
Actual results:
Fails to edit an puppet-environment when it's a numeric value.
Expected results:
From the UI message it looks like only alphanumeric values are allowed.
Additional info:
Updated by Dominic Cleal over 10 years ago
- Related to Bug #6914: puppet class with numeric name can neither be edited nor deleted. added
Updated by Dominic Cleal about 10 years ago
- Related to Feature #4386: implement gem friendly_id to simply find by id, name, label, etc added
Updated by Dominic Cleal about 10 years ago
- Status changed from New to Closed
- Target version set to 1.7.2
- Translation missing: en.field_release set to 21
Fixed via #4386.