Page MenuHomePhabricator

Quicksand - update title while navigating about
ClosedPublic

Authored by btrahan on Apr 21 2015, 12:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 3:50 AM
Unknown Object (File)
Fri, Jan 24, 2:51 AM
Unknown Object (File)
Fri, Jan 24, 2:51 AM
Unknown Object (File)
Fri, Jan 24, 2:51 AM
Unknown Object (File)
Fri, Jan 24, 2:51 AM
Unknown Object (File)
Wed, Jan 22, 2:57 AM
Unknown Object (File)
Tue, Jan 21, 9:37 AM
Unknown Object (File)
Wed, Jan 1, 12:24 AM
Subscribers

Details

Summary

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

Test Plan

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

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Quicksand - update title while navigating about.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
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.

epriestley edited edge metadata.

Makes sense to me.

This revision is now accepted and ready to land.Apr 21 2015, 5:58 PM
This revision was automatically updated to reflect the committed changes.