Fixes T7744. Also fixes a bug where we were copying the response object erroneously; that's not necessary to move around since we cleanly initialize it for each load
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T7744: Page Title not always updated when navigating in Quicksand
- Commits
- Restricted Diffusion Commit
rP2fab72d43bf6: Quicksand - update title while navigating about
from user profile, clicked feed tab and saw new title. clicked calendar tab and saw new title. clicked back and saw feed title and page render.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
webroot/rsrc/js/application/conpherence/behavior-durable-column.js | ||
---|---|---|
344–350 | I put this in the durable column behavior because JX.Title is not in Javelin (its in Phabricator). Otherwise, I would have put it in Quickling directly in the draw method. |