~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Rick harding
  • Date: 2011-12-21 15:59:04 UTC
  • mto: This revision was merged to the branch mainline in revision 14569.
  • Revision ID: rick.harding@canonical.com-20111221155904-9ctcypj8v79cj6dk
Update comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
694
694
            var model = navigator.get('model');
695
695
            model.get('history').after(
696
696
                'change', function(e) {
697
 
                    // only update the sort buttons if we've got a valid batch
698
 
                    //key here
 
697
                    // Only update the sort buttons if we've got a valid batch
 
698
                    // key.
699
699
                    if (Y.Object.has_key(e.newVal, 'batch_key')) {
700
700
                        Y.lp.buglisting_utils.update_sort_button_visibility(
701
701
                            orderby,