Page MenuHomePhabricator

Exception while editing Ponder comment to an answer
Closed, ResolvedPublic

Description

pasted_file (486×1 px, 66 KB)

Attempting to apply a transaction (of class "PonderAnswerTransaction", with type "core:edge") which has not been constructed correctly: Transaction has type "core:edge", but that transaction type is not supported by this editor (PonderAnswerEditor).

The comment I was editing is https://secure.phabricator.com/Q221#643

(This keeps happening)

Event Timeline

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

This probably requires $types[] = PhabricatorTransactions::TYPE_EDGE; in PonderAnswerEditor->getTransactionTypes(). It would be vaguely nice to do this more automatically/consistently, but probably not worth pursuing some grander approach at this time. T9789 is probably on the horizon and represents a better opportunity.

epriestley triaged this task as Normal priority.