Page MenuHomePhabricator

Maniphest Reports by Project throws "PhabricatorDataNotAttachedException"
Closed, ResolvedPublic

Description

Just go to: https://secure.phabricator.com/maniphest/report/project/
My production setup is on commit f35a38b086ab6eb270dde60c8060e88e6baa1ee4 where it still works.
If i check out this commit on my dev install it won't work either...
Maybe some of the new maniphest edge stuff and migrated database objects?

Event Timeline

fabe raised the priority of this task from to Needs Triage.
fabe updated the task description. (Show Details)
fabe added a project: Maniphest.
fabe added a subscriber: fabe.

The ManiphestTaskQuery just needs a ->needProjectPHIDs(true) in order to pull this data. See D11004 for context.

If you want to try hunting this down, it's probably an easy fix.

(It looks like D11004 attempted to add needProjectPHIDs() to this controller, but must have missed a case.)

yep you were right. just missed a case.