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.
Content::__toString() returns null (type error) at lib/Content/Content.php:25
goal
Surfaced after fixing bug #58. When content is unset, Content::__toString() returns \$this->content (null), violating the string return type -> Uncaught TypeError. Hit by BodyTag/Catalog_Controller when a shim query yields no content.
reproduce: GET /?page=tags&tag=BodyTag
fix: `return \$this->content ?? '';` (one line). [FIXED] Content::__toString returns content ?? ""; TypeError gone; all 29 tags render clean.
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