Skip to content
Snippets Groups Projects
Commit 0c13beb5 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6741 fix condition to create OrganisationEinheitProperties bean

parent 59d72ede
No related branches found
No related tags found
1 merge request!1Ozg 6741 organisationseinheit link
......@@ -37,7 +37,7 @@ import lombok.Setter;
@Getter
@Configuration
@ConfigurationProperties(prefix = OrganisationEinheitProperties.ORGANISATION_EINHEIT_PROPERTIES_PREFIX)
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisationsEinheiten", havingValue = "true")
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisations-einheiten", havingValue = "true")
class OrganisationEinheitProperties {
static final String ORGANISATION_EINHEIT_PROPERTIES_PREFIX = "ozgcloud.organisation-einheit";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment