hook to force page refresh on context url changing is not working
Bug #1004248 reported by
Michael Hudson-Doyle
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Critical
|
Richard Harding |
Bug Description
There is a hook in base-layout-
Y.on('lp:context:web_link:changed', function(e) {
});
This isn't working. You can reproduce this by editing the task of a bug or by editing the name of a recipe.
Related branches
lp://staging/~rharding/launchpad/lpclient_fix
- j.c.sackett (community): Approve
-
Diff: 1471 lines (+651/-597)6 files modifiedlib/lp/app/javascript/client.js (+63/-55)
lib/lp/app/javascript/tests/test_lp_client.html (+0/-6)
lib/lp/app/javascript/tests/test_lp_client.js (+583/-518)
lib/lp/app/javascript/tests/test_lp_client_integration.js (+2/-15)
lib/lp/registry/javascript/tests/test_structural_subscription.js (+1/-1)
lib/lp/soyuz/javascript/lp_dynamic_dom_updater.js (+2/-2)
Changed in launchpad: | |
importance: | Undecided → Critical |
status: | New → Triaged |
tags: | added: javascript regression ui |
Changed in launchpad: | |
assignee: | nobody → Richard Harding (rharding) |
status: | Triaged → In Progress |
summary: |
- hook to force page refresh on context url changing is not working + hook to force page refresh on context url changing is not workings |
summary: |
- hook to force page refresh on context url changing is not workings + hook to force page refresh on context url changing is not working |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
FWIW, poking with firebug suggests that the cache isn't being updated by the edits (LP.cache. context. web_link is unchanged by edits that should change it)