mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Edit and create communities
This commit is contained in:
@@ -38,7 +38,7 @@ export class CreateCollectionPageComponent {
|
||||
|
||||
onSubmit(data: any) {
|
||||
this.parentUUID$.pipe(take(1)).subscribe((uuid: string) => {
|
||||
const collection = Object.assign(new NormalizedCollection(), {
|
||||
const collection = Object.assign(new Collection(), {
|
||||
name: data.name,
|
||||
metadata: [
|
||||
{ key: 'dc.description', value: data.introductory },
|
||||
|
Reference in New Issue
Block a user