Actions
Bug #5007
closedwebUI broken when notice pending
Description
When a notice is pending, the entirety of the web interface is non-functional. The drop down menus no longer drop down with any contents, and nothing else shows on the page. One of the errors it spit out in that case is:
Fatal error: Call to undefined method Modal::addFooter() in /usr/local/www/head.inc on line 338 Call Stack: 0.0002 232528 1. {main}() /usr/local/www/firewall_rules_edit.php:0 0.0744 1658176 2. include('/usr/local/www/head.inc') /usr/local/www/firewall_rules_edit.php:998 PHP ERROR: Type: 1, File: /usr/local/www/head.inc, Line: 338, Message: Call to undefined method Modal::addFooter()
To create a test notice to replicate, in PHP Execute on exec.php just do this:
file_notice("test", "test");
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
Modal HTML fixed in head.inc
Modal moved outside of main display div to it doesn't kill the rest of the page/GUI
"Mark all as read" button still needs work
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:d7218f770cd25418bfb09e42df71f47ae9b92849.
Actions