Skip to content

Commit

Permalink
Merge pull request DSpace#1438 from mspalti/iiif-bitstream-edit
Browse files Browse the repository at this point in the history
Edit IIIF bitstream metadata
  • Loading branch information
tdonohue authored Feb 1, 2022
2 parents 7777fa6 + ac716c4 commit d7f64d6
Show file tree
Hide file tree
Showing 5 changed files with 659 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>{{bitstreamRD?.payload?.name}} <span class="text-muted">({{bitstreamRD?.payl
</div>
</div>
</div>
<ds-form [formId]="'edit-bitstream-form-id'"
<ds-form *ngIf="formGroup" [formId]="'edit-bitstream-form-id'"
[formGroup]="formGroup"
[formModel]="formModel"
[formLayout]="formLayout"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
}
}
}
:host ::ng-deep ds-dynamic-form-control-container > div > label {
margin-top: 1.75rem;
}

Loading

0 comments on commit d7f64d6

Please sign in to comment.