diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js index 3d5cfe974f..399c7a4d83 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -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,