mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
BasketForm: it's name, not basket_name
This commit is contained in:
parent
c640f5c1e7
commit
9ed1503ad6
@ -133,7 +133,7 @@ class BasketForm extends DirectorObjectForm
|
||||
$basket = $this->object();
|
||||
$this->setSuccessUrl(
|
||||
'director/basket',
|
||||
['name' => $basket->get('name')]
|
||||
['name' => $basket->get('basket_name')]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user