mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
BasketForm: redirect with name on create
This commit is contained in:
parent
5d113b3833
commit
c640f5c1e7
@ -133,7 +133,7 @@ class BasketForm extends DirectorObjectForm
|
|||||||
$basket = $this->object();
|
$basket = $this->object();
|
||||||
$this->setSuccessUrl(
|
$this->setSuccessUrl(
|
||||||
'director/basket',
|
'director/basket',
|
||||||
['uuid' => $basket->getHexUuid()]
|
['name' => $basket->get('name')]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user