Every ticket as the root of its provenance graph — goal, patch, approval, runs and (as the ticket-class build lands) mandate, manifestations, guarantees, journey, artifacts and children. Rendered through the <<<TicketGraphList>>> tag.
BUG-04: AbstractDAO::returnAllBeans returns null on empty (should be [])
goal
returnAllBeans inits $beansArray=NULL and only fills in-loop; a zero-row query returns NULL. Callers current()/iterate it -> TypeError/warning (the live current() caller CatalogDAO::obtainRow is commented, but the contract is wrong and FormElementDAO relies on !empty guards). Fix: init array(). [FIXED] returnAllBeans inits array(); zero-row result now returns [] not null.
patch
none
approval
unapproved
runs
no runs recorded
mandate (clauses)
not yet recorded — lands with the ticket-class build
manifestations
not yet recorded — lands with the ticket-class build
guarantees
not yet recorded — lands with the ticket-class build
journey (blunders & successes)
not yet recorded — lands with the ticket-class build
artifacts (forge)
not yet recorded — lands with the ticket-class build