add read only tree table and value help

This commit is contained in:
D070615
2025-03-20 16:20:20 +01:00
parent 737e766d53
commit 5f5b32043c
16 changed files with 249 additions and 140 deletions

View File

@@ -80,7 +80,8 @@ annotate my.Genres with @(
LineItem : [
{ Value: name },
{
Value : parent.name,
Value : name,
// TODO: i18n
Label: 'Main Genre'
},
],
@@ -115,7 +116,6 @@ annotate my.Genres with @(UI : {
// Genres Elements
//
annotate my.Genres with {
ID @title: '{i18n>ID}';
name @title: '{i18n>Genre}';
}