http://bugs.winehq.org/show_bug.cgi?id=58471
Stian Low wineryyyyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com
--- Comment #1 from Stian Low wineryyyyy@gmail.com --- (In reply to Ken Sharp from comment #0)
error details: Error Message: Uncaught Error: Call to a member function AddTextCell() on null in /home/winehq/opt/appdb/include/objectManager.php:1602 Stack trace: #0 /home/winehq/opt/appdb/include/objectManager.php(210): ObjectManager->outputHeader() #1 /home/winehq/opt/appdb/include/objectManager.php(339): ObjectManager->drawTable() #2 /home/winehq/opt/appdb/objectManager.php(173): ObjectManager->display_table() #3 {main} thrown
File: objectManager.php:1602
Please see this Merge Request pending to fix these bugs: https://gitlab.winehq.org/winehq/appdb/-/merge_requests/14
I see bug links now seem to name the app and version, despite it already being linked to the app and version. I'm guessing this is related. (I can't currently log in)
App name and version redundantly being displayed is indeed related.
The changes you describe were created by: https://bugs.winehq.org//show_bug.cgi?id=56706 AppDB does not properly separate the Bugzilla DB
The new AppDB bug listing method queries Bugzilla and copies the HTML <table> produced by https://bugs.winehq.org/query.cgi?format=advanced and stuffs the <table> with extra AppDB data before displaying it.
This currently has the effect of displaying nearly the same <table> fields for any page that lists bugs.
The app name and version appear redundant on the app page because the same table format is used for admin pages that list all bugs of all apps where the name and version become important.
Cleanup of redundant <table> fields like name and version per page context will be added to the backlog AppDB TODOs.