mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +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();
|
||||
$this->setSuccessUrl(
|
||||
'director/basket',
|
||||
['uuid' => $basket->getHexUuid()]
|
||||
['name' => $basket->get('name')]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user