Skip to content

Commit af7d99a

Browse files
Merge branch 'retrieve-name-with-dsonameservice-7.4' into retrieve-name-with-dsonameservice-main
2 parents 4be1b57 + 11a86c3 commit af7d99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/form/collection/submission-form-collection.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
174174
})
175175
).subscribe((submissionObject: SubmissionObject) => {
176176
this.selectedCollectionId = event.collection.id;
177-
this.selectedCollectionName$ = observableOf(this.dsoNameService.getName(event.collection));
177+
this.selectedCollectionName$ = observableOf(event.collection.name);
178178
this.collectionChange.emit(submissionObject);
179179
this.submissionService.changeSubmissionCollection(this.submissionId, event.collection.id);
180180
this.processingChange$.next(false);

0 commit comments

Comments
 (0)