Skip to content
Snippets Groups Projects

Catch up with Main

Merged Charlotte Hausman requested to merge conflict_check into 2.8.2-DEVELOPMENT
@@ -179,22 +179,6 @@ export class RequestOperationsComponent implements OnInit {
return this.capabilitiesService.getAnalystEmail().subscribe(getAnalystEmailObserver);
}
public loadDefaultCC() {
const getAnalystEmailObserver = {
next: (response) => {
if (response.resp) {
this.defaultCC = "schedsoc@nrao.edu," + response.resp;
}
},
error: (error) => {
console.error("Failed to load analyst email:", error);
this.defaultCC = "schedsoc@nrao.edu";
}
};
return this.capabilitiesService.getAnalystEmail().subscribe(getAnalystEmailObserver);
}
public getEmailParams() {
return {
"destination_email": this.selectedVersion.parameters.user_email,
Loading