SyncCheckForm: notify also on check
This commit is contained in:
parent
3c8d82d25f
commit
050ed43035
|
@ -28,7 +28,7 @@ class SyncCheckForm extends QuickForm
|
||||||
public function onSuccess()
|
public function onSuccess()
|
||||||
{
|
{
|
||||||
if ($this->rule->checkForChanges()) {
|
if ($this->rule->checkForChanges()) {
|
||||||
$this->setSuccessMessage(
|
$this->notifySuccess(
|
||||||
$this->translate(('This Sync Rule would apply new changes'))
|
$this->translate(('This Sync Rule would apply new changes'))
|
||||||
);
|
);
|
||||||
$html = '';
|
$html = '';
|
||||||
|
|
Loading…
Reference in New Issue