diff --git a/src/etc/rc.filter_synchronize b/src/etc/rc.filter_synchronize index c39f6e908..3f9570615 100755 --- a/src/etc/rc.filter_synchronize +++ b/src/etc/rc.filter_synchronize @@ -270,6 +270,7 @@ if (isset($config['hasync']) && is_array($config['hasync'])) { $section_cnf['synchronizeusers'] = 'system.user,system.group'; $section_cnf['synchronizeauthservers'] = 'system.authserver'; $section_cnf['synchronizeschedules'] = 'schedules'; + $section_cnf['synchronizewidgets'] = 'widgets'; foreach (plugins_xmlrpc_sync() as $syncid => $syncconf) { $section_cnf['synchronize'.$syncid] = $syncconf['section']; diff --git a/src/www/system_hasync.php b/src/www/system_hasync.php index 50fdbd3bb..7c366ce4d 100644 --- a/src/www/system_hasync.php +++ b/src/www/system_hasync.php @@ -45,6 +45,7 @@ $checkbox_names = array( 'synchronizestaticroutes', 'synchronizeusers', 'synchronizevirtualip', + 'synchronizewidgets', ); $syncplugins = plugins_xmlrpc_sync(); @@ -241,6 +242,15 @@ include("head.inc"); +