Hide Forgot
Since we base the repoid in pulp off of the environment name, we really shouldn't be able to rename it, as it could cause problems. One such scenario that could cause issues: 1. create environment Dev 2. promote repo X to dev 3. rename environment Dev to Foo 4. Create a new environment called Dev after Foo 5. promote repo X to Dev Since the repo was already created in an environment called Dev, the repo promotion would fail. Ideally we wouldn't be basing repo_id off of environment name. There was some discussion on having an immutable label field, which should allow us to have a name that is changeable, but this is probably post V1. We need to block this in the UI and the api.
Update on model level and removed from CLI in commit fad3a89dd63471a3b233097079a2e709c208d9a2
Since the preventing of name update is achieved by validation, and so this change also affected UI (user gets descriptive error message after trying to update the environment name), the possibility to update it in UI should be fully removed from the UI. @justin could you take care of it?, thx
Disabling edit from UI.
commit 94e403f15a3dcbf99ebec6dae5e7a3466d66eb09 Author: Tom McKay <thomasmckay> Date: Tue Feb 21 15:04:30 2012 -0500 787226 - removed 'editable' form env name form field
# VERIFIED both API and CLI have disabled with environment name rename option. checked: --- katello-0.1.243-1.git.0.a066880.el6.noarch katello-cli-0.1.57-1.git.0.4e2dd9a.el6.noarch pulp-0.0.266-1.el6.noarch candlepin-0.5.20-1.el6.noarch ---