-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Languages (and Locales) are members of Language Families -- can you add a Field definition for that. After this we will be able to sort data by the language family.
Your task is to add a new Field LanguageFamily. Places you will want to update:
- Add a new Field LanguageFamily
- Add Field functions in all required files, you'll see errors where it needs to be specified
- For
getField.tsits getting the primitive, usegetLanguageRootLanguageFamily(getLanguageForEntity(...))?.nameDisplay - Make sure to add it to the appropriate places in
FieldApplicabilityfor Languages, Locales as well as Filtering
- For
- Mark the Field in associated columns in
LanguageTableandLanguageColumn
Reactions are currently unavailable