Page MenuHomePhabricator

Replace "loadUnsubmittedInlineComments()" with a modern "DiffQuery"
ClosedPublic

Authored by epriestley on May 7 2020, 8:59 PM.
Tags
None
Referenced Files
F18783733: D21234.id50559.diff
Mon, Oct 13, 9:10 AM
F18753313: D21234.id50560.diff
Sat, Oct 4, 6:16 PM
F18739569: D21234.id.diff
Wed, Oct 1, 9:57 PM
F18727879: D21234.diff
Tue, Sep 30, 8:54 AM
F18652843: D21234.id50570.diff
Sun, Sep 21, 9:52 AM
F18611410: D21234.diff
Sep 14 2025, 7:12 AM
F18112326: D21234.diff
Aug 12 2025, 4:24 PM
F18101101: D21234.id.diff
Aug 9 2025, 12:19 PM
Subscribers
None

Details

Summary

Ref T13513. All queries now go through a reasonably minimal set of pathways and should have consistent behavior.

Test Plan
  • Loaded a revision with inlines.
  • Created a new empty inline, reloaded page, saw it vanish.
  • Created a new empty inline, typed draft text, did not save, reloaded page, saw draft present.
  • Created a new empty inline, typed draft text. Submitted feedback, got prompt, answered "Y", saw draft text submit.
  • Created a new empty inline, typed draft text, scrolled down to bottom of page, typed non-draft text, saw preview include draft text.
  • Marked and submitted "Done".
  • Used hide/show on inlines, verified state persisted.
  • Did much of the same stuff in Diffusion, where it all works the same way (except: there's no prompt when submitting draft is-editing inlines).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley edited the test plan for this revision. (Show Details)
  • Fix a couple issues caught during testing.
This revision was not accepted when it landed; it landed in state Needs Review.May 7 2020, 11:11 PM
This revision was automatically updated to reflect the committed changes.