Fixes T6731. I don't really understand the intent behind the two view classes here, but to get this to work I need to pass yet more data to the lower-level class.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T6731: No "quote" option for some discussion comments
- Commits
- Restricted Diffusion Commit
rPb718b429afc6: Transactions - make quotes work for older transactions
Viewed a task with many comments. Clicked "show older". Quoted everything I could. Verified for each quote that it quoted correctly, inlcuding linking to the prior transaction.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The TimelineView is/was a mostly-pure UI class, in theory, but in practice it's pretty tightly coupled with transaction records now. I think this is fine.
You could also let extra be put on the Pager, but whatevs.