Ref T2222. Adds a mostly-functional "Pro" comment controller. This does the core stuff, but does not yet do actions (accept, reject, etc.) or inline comments.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T2222: Implement ApplicationTransactions in Differential
- Commits
- Restricted Diffusion Commit
rPc7d208fda1ed: Add a "Pro" version of the Differential comment save controller
Changed the if (false) to an if (true), then made some comments, etc. This is normally unreachable.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- dxfield2
- Lint
Lint Passed Severity Location Code Message Advice src/applications/differential/controller/DifferentialCommentSaveControllerPro.php:99 XHP16 TODO Comment Advice src/applications/differential/controller/DifferentialCommentSaveControllerPro.php:117 XHP16 TODO Comment Advice src/applications/differential/controller/DifferentialRevisionViewController.php:348 XHP16 TODO Comment Advice src/applications/differential/editor/DifferentialTransactionEditor.php:84 XHP16 TODO Comment - Unit
Tests Passed