Merge pull request #2548 from cisagov/meoward/2484-dynamic-portfolio-fields

Ticket #2484: Dynamic portfolio fields
This commit is contained in:
zandercymatics 2024-08-14 12:53:08 -06:00 committed by GitHub
commit 9a55ade40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 337 additions and 4 deletions

View file

@ -24,6 +24,7 @@ from registrar.views.report_views import (
from registrar.views.domain_request import Step
from registrar.views.domain_requests_json import get_domain_requests_json
from registrar.views.utility.api_views import get_senior_official_from_federal_agency_json
from registrar.views.domains_json import get_domains_json
from registrar.views.utility import always_404
from api.views import available, get_current_federal, get_current_full
@ -128,6 +129,11 @@ urlpatterns = [
AnalyticsView.as_view(),
name="analytics",
),
path(
"admin/api/get-senior-official-from-federal-agency-json/",
get_senior_official_from_federal_agency_json,
name="get-senior-official-from-federal-agency-json",
),
path("admin/", admin.site.urls),
path(
"reports/export_data_type_user/",