mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-27 09:49:09 +01:00
fix buttons after store reload
This commit is contained in:
@@ -407,6 +407,10 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
|
||||
reload: function(){
|
||||
this.getGrid().reload();
|
||||
var repo = this.getSelectedRepository();
|
||||
if ( repo ){
|
||||
this.onRepositorySelection(repo, Sonia.repository.isOwner(repo));
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user