Skip to content
Snippets Groups Projects
Verified Commit 9270c2bd authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-6185 fix attachments list orientation

parent 3321d5e1
Branches
Tags
1 merge request!75OZG-6185 fix attachments list orientation
......@@ -47,6 +47,7 @@
data-test-class="binary-file-container-in-bescheid"
[resource]="bescheid"
[linkRel]="bescheidLinkRel.ATTACHMENTS"
[listOrientation]="BinaryFileListOrientation.VERTICAL"
></alfa-binary-file-list-container>
</ods-bescheid-wrapper>
</div>
......@@ -23,6 +23,7 @@
*/
import { BescheidLinkRel, BescheidListLinkRel, BescheidListResource, BescheidStatus } from '@alfa-client/bescheid-shared';
import { Component, Input } from '@angular/core';
import { BinaryFileListOrientation } from '../../../../../binary-file/src/lib/directive/binary-file-list-orientation/binary-file-list-orientation.directive';
@Component({
selector: 'alfa-bescheid-list-in-vorgang',
......@@ -32,6 +33,8 @@ import { Component, Input } from '@angular/core';
export class BescheidListInVorgangComponent {
@Input() public bescheidList: BescheidListResource;
public readonly BinaryFileListOrientation = BinaryFileListOrientation;
public readonly bescheidListLinkRel = BescheidListLinkRel;
public readonly bescheidLinkRel = BescheidLinkRel;
public readonly bescheidStatus = BescheidStatus;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment