mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-25 13:09:08 +01:00
Summary: Ref T13513. Currently, if you: - click a line to create an inline; - type some text; - wait a moment; and - close the page. ...you don't get an "Unsubmitted Draft" marker in the revision list. Lift all the draft behavior to "InlineController" and make saving a draft dirty the overall container draft state. Test Plan: - Took the steps described above, got a draft state marker. - Created, edited, submitted, etc., inlines in Diffusion and Differential. Maniphest Tasks: T13513 Differential Revision: https://secure.phabricator.com/D21235 |
||
---|---|---|
.. | ||
__tests__ | ||
engine | ||
interface | ||
prose | ||
query | ||
view | ||
viewstate | ||
PhabricatorChangesetResponse.php | ||
PhabricatorDifferenceEngine.php | ||
PhabricatorDiffScopeEngine.php | ||
PhabricatorInlineCommentController.php |