mozilla/phabext:build-260 from bug 1545839 broke ability to view auto-closed revisions
Categories
(Conduit :: Phabricator, defect)
Tracking
(Not tracked)
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
After updating to 2019 Week 16 (Late April) today, any time user loads a closed revision that has an associated commit, they get the following fatal error and are unable to view the revision:
Unhandled Exception ("PhabricatorDataNotAttachedException")
Attempting to access attached data on PhabricatorRepositoryCommit (via getCommitData()), but the data is not actually attached. Before accessing attachable data on an object, you must load and attach it.
Data is normally attached by calling the corresponding needX() method on the Query class when the object is loaded. You can also call the corresponding attachX() method explicitly.
Assignee | ||
Comment 1•6 years ago
|
||
Bug 1546207 - mozilla/phabext:build-260 from bug 1545839 broke ability to view auto-closed revisions
patch has landed; resolving.
Description
•