merge with branch issue-370

This commit is contained in:
Sebastian Sdorra
2013-04-13 10:31:42 +02:00

View File

@@ -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,