mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
parent
5c0ea2c3b0
commit
057ea83aa5
@ -122,8 +122,8 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
|
|||||||
$msg = $this->translate('No action taken, object has not been modified');
|
$msg = $this->translate('No action taken, object has not been modified');
|
||||||
}
|
}
|
||||||
$this->setSuccessUrl(
|
$this->setSuccessUrl(
|
||||||
'director/director/command',
|
'director/command/arguments',
|
||||||
array('name' => $cmd->argument_name)
|
array('name' => $cmd->object_name)
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->redirectOnSuccess($msg);
|
$this->redirectOnSuccess($msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user