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