65240: Marking logo for deletion and request on form submit

This commit is contained in:
Kristof De Langhe
2019-11-18 16:28:51 +01:00
parent 4887353450
commit 64978f2cfe
8 changed files with 133 additions and 49 deletions

View File

@@ -4,5 +4,5 @@
<h2 id="sub-header" class="border-bottom pb-2">{{'collection.create.sub-head' | translate:{ parent: (parentRD$| async)?.payload.name } }}</h2>
</div>
</div>
<ds-collection-form (submitForm)="onSubmit($event)" (finishUpload)="navigateToNewPage()"></ds-collection-form>
<ds-collection-form (submitForm)="onSubmit($event)" (finish)="navigateToNewPage()"></ds-collection-form>
</div>