Commits

Tim Donohue authored and GitHub committed f7ce1a5391a Merge
Merge pull request #2421 from hugo-escire/issue/2105

🚸remove thumbnail from file-upload section and show bitstream format …
No tags
gidlmaster

src/app/core/submission/models/workspaceitem-section-upload-file.model.ts

Modified
22 22 sizeBytes: number;
23 23 ​
24 24 /**
25 25 * The file check sum
26 26 */
27 27 checkSum: {
28 28 checkSumAlgorithm: string;
29 29 value: string;
30 30 };
31 31 ​
32 + /**
33 + * The file format information
34 + */
35 + format: {
36 + shortDescription: string,
37 + description: string,
38 + mimetype: string,
39 + supportLevel: string,
40 + internal: boolean,
41 + type: string
42 + };
43 +​
32 44 /**
33 45 * The file url
34 46 */
35 47 url: string;
36 48 ​
37 49 /**
38 50 * The file thumbnail url
39 51 */
40 52 thumbnail: string;
41 53 ​

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut