Skip to content

Commit 94deba0

Browse files
committed
fix(spp_mis_demo_v2): add spp_api_v2_gis dependency for demo API client
The demo_api_client.xml creates scopes with resource='gis', which is a selection value registered by spp_api_v2_gis. Without this dependency, the XML load fails with "Wrong value for spp.api.client.scope.resource: 'gis'".
1 parent fbb2baf commit 94deba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spp_mis_demo_v2/__manifest__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"spp_statistic",
2525
"spp_aggregation",
2626
"spp_studio",
27+
# GIS API for QGIS plugin (registers 'gis' scope for demo API client)
28+
"spp_api_v2_gis",
2729
# QR Credentials (Claim 169)
2830
"spp_claim_169",
2931
# Demo-specific extensions

0 commit comments

Comments
 (0)