Skip to content

Commit 651c17b

Browse files
committed
use Attachments from cds-feature-attachments-fs
1 parent 2b429b4 commit 651c17b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/_i18n/i18n.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ attachment_mimeType = MIME Type
7575
attachment_fileName = File Name
7676
attachment_status = Status
7777
attachment_note = Note
78+
attachment_size = Size
7879
attachment = Attachment
7980
attachments = Attachments

app/_i18n/i18n_de.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ attachment_mimeType = MIME-Typ
7575
attachment_fileName = Dateiname
7676
attachment_status = Status
7777
attachment_note = Notiz
78+
attachment_size = Größe
7879
attachment = Anhang
7980
attachments = Anhänge

db/books.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using {
88
} from '@sap/cds/common';
99
using my.bookshop.Reviews from './reviews';
1010
using my.bookshop.TechnicalBooleanFlag from './common';
11-
using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments`;
11+
using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments-fs`;
1212

1313
@fiori.draft.enabled
1414
entity Books : cuid, managed {

0 commit comments

Comments
 (0)