fix bug with ChangesetViewer id's

This commit is contained in:
Sebastian Sdorra
2011-04-04 08:13:40 +02:00
parent e2eabd7d3c
commit f86ea2d676

View File

@@ -360,8 +360,8 @@ Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
scope: this,
handler: function(){
var changesetViewer = {
id: 'changesetViewer',
title: this.item.name,
id: this.item.id + '-changesetViewer',
title: 'ChangesetViewer ' + this.item.name,
repository: this.item,
xtype: 'repositoryChangesetViewerPanel',
closable: true,