Fixes T2328. Note the audit part is fixed now.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- Restricted Maniphest Task
- Commits
- Restricted Diffusion Commit
rPf86ab666f6bc: Differential - make diffs you authored + are reviewer for show up in appropos…
Tried to reproduce the audit issue by raising my own commit as a problem; it showed up before code changes! Made a diff with my self as author and reviewer; it showed up as expected
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- T2328
- Lint
Lint Passed - Unit
Tests Passed
Event Timeline
src/applications/differential/query/DifferentialRevisionQuery.php | ||
---|---|---|
1033–1034 | $allow_self gets used again later. the logic there ends up working since a !$viewer_phid is earlier in the if / else, but I had to think about it enough i chose to pull it out here for clarity / assurance for the next person. |