Page MenuHomePhabricator

Call to undefined method PhabricatorProjectBoardViewController::addExtraQuickSandConfig()
Closed, ResolvedPublic

Description

Just pulled an hour or so ago and started seeing on project boards:

>>> UNRECOVERABLE FATAL ERROR <<<

Call to undefined method PhabricatorProjectBoardViewController::addExtraQuickSandConfig()

/var/app/phabricator/src/applications/project/controller/PhabricatorProjectBoardViewController.php:285


┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻

Related Objects

Event Timeline

maxhodak assigned this task to epriestley.
maxhodak updated the task description. (Show Details)
maxhodak added a subscriber: maxhodak.

This is from D14622, probably just a missed grep (likely because the method name is spelled QuickSand instead of Quicksand at this callsite).

I think this is straightforward but there might not be a way to express showFooter => false with $this->newPage() yet. I'll take a look at it.

I think that'll fix it, let us know if you're still seeing issues? Thanks for the report!

cool, looks like that fixes it. thanks!