Stop allowing the service org type to be changed

The service organisation type will either be the same as the org type of
the service's organisation or will be set by a user when creating a new
service. This removes the ability to change it from the platform admin
settings table.
This commit is contained in:
Katie Smith
2019-07-08 09:44:22 +01:00
parent 3167c6dc31
commit 53214937a8
6 changed files with 56 additions and 133 deletions

View File

@@ -591,10 +591,6 @@ class CreateServiceForm(StripWhitespaceForm):
organisation_type = organisation_type()
class OrganisationTypeForm(StripWhitespaceForm):
organisation_type = organisation_type()
class NewOrganisationForm(
RenameOrganisationForm,
OrganisationOrganisationTypeForm,