Page MenuHomePhabricator

Fix a fatal in the "Projects" curtain extension when a project edge connects an object to a non-project
ClosedPublic

Authored by epriestley on Oct 17 2019, 4:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 7:22 AM
Unknown Object (File)
Sat, Apr 6, 3:53 AM
Unknown Object (File)
Tue, Apr 2, 9:35 AM
Unknown Object (File)
Feb 10 2024, 9:02 PM
Unknown Object (File)
Feb 9 2024, 9:55 AM
Unknown Object (File)
Feb 3 2024, 11:19 PM
Unknown Object (File)
Jan 26 2024, 5:30 PM
Unknown Object (File)
Jan 23 2024, 10:42 AM
Subscribers
None

Details

Summary

Ref T13429. It's currently possible to write "TYPE_EDGE" relationships for the "object has project" edge to PHIDs which may not actually be projects. Today, this fatals.

As a first step, unfatal it. T13429 discusses general improvements and greater context.

Test Plan

Used "maniphest.edit" to write a "project" edge to a user PHID, viewed the task in the UI. Previously it fataled; now it renders unusually (the object is "tagged" with a user) but faithfully reflects database state.

Screen Shot 2019-10-17 at 9.41.09 AM.png (142×342 px, 9 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable