~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/bugtask_index.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-06 00:44:29 UTC
  • mfrom: (13375.1.1 revert-13334)
  • Revision ID: launchpad@pqm.canonical.com-20110706004429-4wcicbpeheq08ut2
[r=wgrant][rollback=13334] Revert r13334 due to bug #806179.

Show diffs side-by-side

added added

removed removed

Lines of Context:
894
894
            assignee_content.get('id'),
895
895
            {"step_title": step_title,
896
896
             "header": "Change assignee",
897
 
             "assign_button_text": "Assign Me",
898
897
             "remove_button_text": "Remove assignee",
899
898
             "null_display_value": "Unassigned",
900
899
             "show_remove_button": conf.user_can_unassign,