make repositorybrowser closeable

This commit is contained in:
Sebastian Sdorra
2011-06-13 14:00:55 +02:00
parent df93637d52
commit e921afce43

View File

@@ -82,7 +82,8 @@ Sonia.repository.ExtendedInfoPanel = Ext.extend(Sonia.repository.InfoPanel,{
return { return {
id: 'repositorybrowser-' + this.item.id, id: 'repositorybrowser-' + this.item.id,
xtype: 'repositoryBrowser', xtype: 'repositoryBrowser',
repository: this.item repository: this.item,
closable: true
} }
}, },