mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
ConfigController: temporarily remove future param
Not yet available in current master, would trigger errors
This commit is contained in:
parent
f0607c33be
commit
81123ea78f
@ -27,7 +27,7 @@ class ConfigController extends ActionController
|
|||||||
if ($isApiRequest) {
|
if ($isApiRequest) {
|
||||||
return $this->sendJson((object) array('checksum' => $checksum));
|
return $this->sendJson((object) array('checksum' => $checksum));
|
||||||
} else {
|
} else {
|
||||||
$url = Url::fromPath('director/list/deploymentlog?checkforchanges');
|
$url = Url::fromPath('director/list/deploymentlog');
|
||||||
Notification::success(
|
Notification::success(
|
||||||
$this->translate('Config has been submitted, validation is going on')
|
$this->translate('Config has been submitted, validation is going on')
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user