Page MenuHomePhabricator

Mention transaction not created after editing comment
Closed, ResolvedPublic

Description

Steps to reproduce.

  1. Write Comment mentioning T123
  2. Edit Comment to mention T124 instead
  3. Original mention still noted on T123, T124 has nothing.

Event Timeline

aik099 raised the priority of this task from to Needs Triage.
aik099 updated the task description. (Show Details)
aik099 added a project: Audit.
aik099 updated the task description. (Show Details)
aik099 added a subscriber: aik099.
chad renamed this task from Mention not created after editing Audit comment to Mention transaction not created after editing comment.Nov 26 2014, 4:37 PM
chad updated the task description. (Show Details)
chad edited projects, added Transactions, Support Impact; removed Audit.
chad added a subscriber: btrahan.
chad added subscribers: chad, epriestley.
chad triaged this task as Normal priority.Nov 26 2014, 10:04 PM

Is the desired behavior that

  • original mention of T123 stays and mention of T124 is added

OR

  • original mention of T123 is updated to T124

?

The former should be pretty easy. The latter should be pretty tricky; we currently don't store "what comment, description, etc" mentioned the object such that editing one does not mean it wasn't mentioned in another.

I think adding is desirable. We never rewrite history anywhere else.