~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtask-macros-tableview.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-01 14:39:27 UTC
  • mfrom: (14333.1.22 history-model-fix)
  • Revision ID: launchpad@pqm.canonical.com-20111201143927-bgl5k8688p6qv8rq
[r=sinzui][bug=894765] Fix history behaviour in Chrome.

Show diffs side-by-side

added added

removed removed

Lines of Context:
691
691
            });
692
692
            var config_node = orderby.get('config_node');
693
693
            var list_util = new Y.lp.buglisting_utils.BugListingConfigUtil({
694
 
                srcNode: config_node
 
694
                srcNode: config_node,
 
695
                model: navigator.get('model')
695
696
            });
696
697
            list_util.render();
697
698
            Y.on('buglisting-config-util:fields-changed', function(e) {