mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-08 05:10:20 +01:00
fix bug with ChangesetViewer id's
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user