mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
fix wrong dialog for deleting repositories
This commit is contained in:
@@ -329,8 +329,8 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
}
|
||||
|
||||
var url = restUrl + 'repositories/' + item.id + '.json';
|
||||
this.executeRemoteCall(this.archiveTitleText,
|
||||
String.format(this.archiveMsgText, item.name),
|
||||
this.executeRemoteCall(this.removeTitleText,
|
||||
String.format(this.removeMsgText, item.name),
|
||||
'DELETE', url, null, function(result){
|
||||
main.handleFailure(
|
||||
result.status,
|
||||
|
||||
Reference in New Issue
Block a user