Context menu deletion of tags is broken

git-svn-id: svn://10.0.0.236/trunk@257941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com 2009-08-04 17:57:24 +00:00
parent f318f9ede9
commit 8c1b4ec607
3 changed files with 3 additions and 1 deletions

View File

@ -148,6 +148,7 @@ Ext.extend(TestopiaObjectTags, Ext.grid.GridPanel, {
text: 'Remove Selected Tags',
icon: 'testopia/img/delete.png',
iconCls: 'img_button_16x',
obj_id: this.obj_id,
handler: this.remove
},{
text: 'Refresh List',

View File

@ -9340,6 +9340,7 @@ Ext.extend(TestopiaObjectTags, Ext.grid.GridPanel, {
text: 'Remove Selected Tags',
icon: 'testopia/img/delete.png',
iconCls: 'img_button_16x',
obj_id: this.obj_id,
handler: this.remove
},{
text: 'Refresh List',

File diff suppressed because one or more lines are too long