Commit 50c9b59
committed
fix(spp_dci_openg2p): use canonical registry_type URI in SR-import wizard
The wizard's data_source_id domain filtered on the short alias
'SR', which only exists in the dispatcher's URI-to-alias routing
map — not as a stored field value. spp.dci.data.source.registry_type
is a Selection over URIs from spp_dci.schemas.constants.RegistryType,
so the filter never matched and the Source Registry dropdown rendered
empty.
Switch the domain, the _default_data_source search, and the seeded
data XML to 'ns:org:RegistryType:Social' so the dropdown picks up
the Social Registry source on fresh installs and the operator sees
the configured source pre-filled.1 parent 2983985 commit 50c9b59
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments