Commit 131787e
feat(datasource): contribute a Setup-app "Datasources" nav entry (#2091)
datasource is administered through the generic metadata-admin engine (it's a
metadata type). Surface it from the Setup app like other capabilities: the
datasource-admin plugin registers a navigation contribution into the
`group_integrations` slot (ADR-0029 D7 — capability plugins own their slots;
core setup-nav must not fill them, enforced by the platform-objects nav test).
The entry is `type:'url'` → the metadata-admin engine route
(`/apps/setup/component/metadata/resource?type=datasource`) rather than an
object view, since a datasource is a definition, not business data.
Verified live: the Setup app left menu shows "Datasources" under Integrations
and opens the engine-hosted manager. platform-objects 55 + service-datasource
63 tests green.
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 92647c1 commit 131787e
1 file changed
Lines changed: 39 additions & 0 deletions
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
226 | 265 | | |
227 | 266 | | |
228 | 267 | | |
| |||
0 commit comments