Skip to content

Commit bfc38eb

Browse files
authored
[MODFQMMGR-770] Add request view for FQM (#564)
1 parent c1dc3f9 commit bfc38eb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

fqm-config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ team = "vega"
33
domain = "circulation"
44
module = "mod-circulation-storage"
55

6+
[[sources]]
7+
name = "request"
8+
table = "request"
9+
610
[[sources]]
711
name = "actual_cost_record"
812
table = "actual_cost_record"
913

1014
[[entityTypes]]
1115
name = "actual_cost_record"
12-
private = false
16+
private = true
1317
schema = "./ramls/actual-cost-record.json"
1418
source = "actual_cost_record"
1519
sort = ["id", "ASC"]

0 commit comments

Comments
 (0)