Integrate Payments operator WebUI
Dependency Audit / dependency-audit (push) Successful in 1m54s
Deployment Installer / deployment-installer (push) Successful in 7s
Security Audit / security-audit (push) Successful in 11m59s

This commit is contained in:
2026-08-19 13:33:51 +02:00
parent f8b06887d2
commit d0ff2f1510
5 changed files with 27 additions and 18 deletions
@@ -49,6 +49,7 @@ REQUIRED_CONSUMERS = (
pathlib.Path("govoplan-core/webui/src/features/settings/SettingsPage.tsx"),
pathlib.Path("govoplan-docs/webui/src/features/docs/DocsPage.tsx"),
pathlib.Path("govoplan-mail/webui/src/features/mail/MailBouncePage.tsx"),
pathlib.Path("govoplan-payments/webui/src/features/payments/PaymentsPage.tsx"),
)
REQUIRED_WORKSPACE_CONSUMERS = (
pathlib.Path("govoplan-campaign/webui/src/features/campaigns/CampaignWorkspace.tsx"),