in server/resources/buildServerResources/js/priorityClass.js [256:270]
findConfigurations: function() {
var that = BS.AttachConfigurationsToClassDialog;
var findProgress = $('findProgress');
var pClassId = this.pClassId;
var form = this.formElement();
var parameters = "pClassId=" + encodeURIComponent(pClassId) + "&searchString=" + encodeURIComponent(form.searchString.value) + "&searchStringSubmitted=true";
findProgress.show();
$('configurationListRefreshable').refresh(null, parameters, function() {
findProgress.hide();
that.recenterDialog();
that.focusFirstElement();
});
return false;
},