mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +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>) => {
|
||||
// hasSucceeded is true if the response is success or successStale
|
||||
if (remoteData.hasSucceeded) {
|
||||
if (remoteData.isSuccess) {
|
||||
this.notificationsService.success(this.translateService.get(this.messagePrefix + '.synchronization-settings-update.success'));
|
||||
this.settingsUpdated.emit();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user