SubPanel errors in 7.7.1

Seeing the following errors in-line

Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 403
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 450
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 403
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 450
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 403
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 450
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 403
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 450
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 403
Notice: Undefined index: type in /var/www/suitecrm/include/SubPanel/SubPanel.php on line 450

Just above the sub-panel section. The sub-panels are displaying.

You should suppress notices/warnings in your php.ini so these don’t show within the application. They won’t affect the running of the application/functionality.

Thanks,

Will.