mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
rollback change for orcid sync settings
This commit is contained in:
@@ -156,8 +156,7 @@ export class OrcidSyncSettingsComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
).subscribe((remoteData: RemoteData<ResearcherProfile>) => {
|
).subscribe((remoteData: RemoteData<ResearcherProfile>) => {
|
||||||
// hasSucceeded is true if the response is success or successStale
|
if (remoteData.isSuccess) {
|
||||||
if (remoteData.hasSucceeded) {
|
|
||||||
this.notificationsService.success(this.translateService.get(this.messagePrefix + '.synchronization-settings-update.success'));
|
this.notificationsService.success(this.translateService.get(this.messagePrefix + '.synchronization-settings-update.success'));
|
||||||
this.settingsUpdated.emit();
|
this.settingsUpdated.emit();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user