Actions
Bug #15499
openManually verifying the boot environment makes config changes
Start date:
Due date:
% Done:
0%
Estimated time:
Release Notes:
Default
Affected Plus Version:
24.03
Affected Architecture:
All
Description
If a user connects to the webgui before the automatic BE verification has run at boot they are presented with the manually verify button.
If they click verify at that point the banner is removed and bootup completes but the traffic graphs widget has it's config changed to hide all interfaces:
--- /cf/conf/backup/config-1715785548.xml 2024-05-15 16:15:06.367203000 +0100 +++ /cf/conf/config.xml 2024-05-15 16:15:06.368702000 +0100 @@ -564,6 +564,9 @@ <widgets> <sequence>system_information:col1:open:0,interfaces:col2:open:0,services_status:col2:open:0,openvpn:col2:open:0,disks:col2:open:0,zfs:col2:open:0,traffic_graphs:col3:open:0</sequence> <period>10</period> + <traffic_graphs> + <filter>wan,lan,opt1</filter> + </traffic_graphs> </widgets> <openvpn> <openvpn-server> @@ -716,8 +719,8 @@ <qinqs></qinqs> <laggs></laggs> <revision> - <time>1715785548</time> - <description><![CDATA[admin@172.21.16.8 (Local Database): Widget configuration has been changed.]]></description> + <time>1715786106</time> + <description><![CDATA[admin@172.21.16.8 (Local Database): Updated traffic graphs widget settings via dashboard.]]></description> <username><![CDATA[admin@172.21.16.8 (Local Database)]]></username> </revision> <gateways>
That does not happen if the user logs into the GUI after the auto verification has run. Or if they simply do not click verify when presented with the banner.
Updated by Steve Wheeler 5 months ago
Still seeing this in current snapshots: 24.08.a.20240703.0600
Updated by Christian McDonald about 1 month ago
- Assignee set to Christian McDonald
Actions