Add object manager support to the bug class. Add menu entries for displaying the bug queue and
list of bugs and remove the existing link to admin/adminBugs.php. Remove now unused admin/adminBugs.php. Remove now unused getNumberOfQueuedBugLinks() and getNumberOfBugLinks() from util.php. Add object manager unit test support for the bug class.
This commit is contained in:
@@ -23,6 +23,7 @@ require_once(BASE.'include/application_queue.php');
|
||||
require_once(BASE.'include/version_queue.php');
|
||||
require_once(BASE.'include/testData_queue.php');
|
||||
require_once(BASE.'include/browse_newest_apps.php');
|
||||
require_once(BASE.'include/bugs.php');
|
||||
|
||||
/* if we have no valid class name we should abort */
|
||||
if(!isset($aClean['sClass']))
|
||||
|
||||
Reference in New Issue
Block a user