Skip to content

Commit

Permalink
Fix save not persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Oct 9, 2024
1 parent 49b26b2 commit de2f3db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export class OrganizationRepositoryService extends BaseRepository<ViewOrganizati
`default_language`,
`saml_metadata_idp`,
`saml_metadata_sp`,
`saml_private_key`
`saml_private_key`,
`enable_anonymous`
);
return {
...super.getFieldsets(),
Expand Down

0 comments on commit de2f3db

Please sign in to comment.