Skip to content

Commit 2441d02

Browse files
committed
fix(install): run issues synchronization after install
1 parent 99eb790 commit 2441d02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/install.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ public function install(Migration $migration) {
2323
$this->createNotifications();
2424
Config::setConfigurationValues('formcreator', ['schema_version' => PLUGIN_FORMCREATOR_SCHEMA_VERSION]);
2525

26+
$task = new CronTask();
27+
PluginFormcreatorIssue::cronSyncIssues($task);
28+
2629
return true;
2730
}
2831

0 commit comments

Comments
 (0)