fix wrong changeset viewer id

This commit is contained in:
Sebastian Sdorra
2011-11-18 08:54:50 +01:00
parent fc58e9b08d
commit d00ea4f32f

View File

@@ -148,7 +148,7 @@ Sonia.repository.InfoPanel = Ext.extend(Ext.Panel, {
createChangesetViewer: function(){
return {
id: this.item.id + '-changesetViewer',
id: 'repositoryChangesetViewerPanel|' + this.item.id,
repository: this.item,
xtype: 'repositoryChangesetViewerPanel',
closable: true,