Skip to content

Commit

Permalink
[#67] Fixing Unknown field(s) (loa) specified for EherkenningConfigur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
alextreme committed Apr 5, 2024
1 parent 57d68ad commit acba57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion digid_eherkenning/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class EherkenningConfigurationAdmin(CustomPrivateMediaMixin, SingletonModelAdmin
"makelaar_id",
"privacy_policy",
"service_language",
"loa",
),
},
),
Expand All @@ -140,6 +139,7 @@ class EherkenningConfigurationAdmin(CustomPrivateMediaMixin, SingletonModelAdmin
"eh_attribute_consuming_service_index",
"eh_service_uuid",
"eh_service_instance_uuid",
"eh_loa",
),
},
),
Expand All @@ -152,6 +152,7 @@ class EherkenningConfigurationAdmin(CustomPrivateMediaMixin, SingletonModelAdmin
"eidas_attribute_consuming_service_index",
"eidas_service_uuid",
"eidas_service_instance_uuid",
"eidas_loa",
),
},
),
Expand Down

0 comments on commit acba57e

Please sign in to comment.