Skip to content

Commit c25e768

Browse files
committed
MODFQMMGR-1086 Update actual cost fields
1 parent e844e2c commit c25e768

2 files changed

Lines changed: 231 additions & 14 deletions

File tree

fqm-config.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,29 @@ x-fqm-joins-to-raw = [
2323
]
2424

2525
[entityTypes.fieldOverrides.metadata_created_date]
26+
x-fqm-visible-by-default = false
27+
x-fqm-visibility = "all"
2628
x-fqm-essential = true
2729

2830
[entityTypes.fieldOverrides.metadata_created_by_user_id]
31+
x-fqm-visible-by-default = false
32+
x-fqm-visibility = "all"
2933
x-fqm-essential = true
30-
x-fqm-visibility = "hidden"
3134
x-fqm-joins-to-raw = [
3235
{ targetId = "bb058933-cd06-4539-bd3a-6f248ff98ee2", targetField = "id", direction = "left", type = "equality-cast-uuid" },
3336
{ targetId = "f2615ea6-450b-425d-804d-6a495afd9308", targetField = "id", direction = "left", type = "equality-cast-uuid" },
3437
]
3538

3639
[entityTypes.fieldOverrides.metadata_updated_date]
40+
x-fqm-visible-by-default = false
41+
x-fqm-visibility = "all"
3742
x-fqm-essential = true
3843

3944
[entityTypes.fieldOverrides.metadata_updated_by_user_id]
45+
x-fqm-queryable = true
46+
x-fqm-visible-by-default = false
47+
x-fqm-visibility = "all"
4048
x-fqm-essential = true
41-
x-fqm-visibility = "hidden"
4249
x-fqm-joins-to-raw = [
4350
{ targetId = "bb058933-cd06-4539-bd3a-6f248ff98ee2", targetField = "id", direction = "left", type = "equality-cast-uuid" },
4451
{ targetId = "f2615ea6-450b-425d-804d-6a495afd9308", targetField = "id", direction = "left", type = "equality-cast-uuid" },

0 commit comments

Comments
 (0)