You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an entity property is defined with "localized", there is another table created that contains "locale" as additional key, the original entity key fields + all localized properties. It would be beneficial if a new class was generated that represents entries in this table as well as a new reference to this text table that can be used in CQL commands.
For inspiration, the project cds2types does generate classes for the text entities.
daogrady
changed the title
[BUG] Missing types for text tables/localized properties
[FEATURE REQUEST] Missing types for text tables/localized properties
Oct 11, 2023
daogrady
changed the title
[FEATURE REQUEST] Missing types for text tables/localized properties
[FEATURE] Missing types for text tables/localized properties
Oct 11, 2023
Is there an existing issue for this?
Nature of Your Project
TypeScript
Current Behavior
When an entity property is defined with "localized", there is another table created that contains "locale" as additional key, the original entity key fields + all localized properties. It would be beneficial if a new class was generated that represents entries in this table as well as a new reference to this text table that can be used in CQL commands.
For inspiration, the project cds2types does generate classes for the text entities.
Expected Behavior
A new classes are generated for the text tables.
Steps To Reproduce
No response
Environment
Repository Containing a Minimal Reproducible Example
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: