mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-23 16:19:42 -05:00
BpConfigForm: name should be readonly on edit
This commit is contained in:
parent
94a22c23c3
commit
e6161837a2
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ class BpConfigForm extends Form
|
||||||
{
|
{
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
$this->getElement('name')->setValue($config->getName());
|
$this->getElement('name')->setValue($config->getName());
|
||||||
|
$this->getElement('name')->setAttrib('readonly', true);
|
||||||
|
|
||||||
if ($config->hasTitle()) {
|
if ($config->hasTitle()) {
|
||||||
$this->getElement('title')->setValue($config->getTitle());
|
$this->getElement('title')->setValue($config->getTitle());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue