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) {
|
||||
return $this->sendJson((object) array('checksum' => $checksum));
|
||||
} else {
|
||||
$url = Url::fromPath('director/list/deploymentlog?checkforchanges');
|
||||
$url = Url::fromPath('director/list/deploymentlog');
|
||||
Notification::success(
|
||||
$this->translate('Config has been submitted, validation is going on')
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue