mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-03 21:29:18 +01:00
fix wrong changeset viewer id
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user