Skip to content
Snippets Groups Projects
Commit 9ca1e4a4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4391 OZG-4417 rename field

parent 727bc5ba
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,7 @@ class VorgangWithEingangProzessor implements RepresentationModelProcessor<Entity
private UserManagerUrlProvider userManagerUrlProvider;
@Autowired
private FeatureToggleProperties featureToggle;
private FeatureToggleProperties featureToggleProperties;
@Autowired
private VorgangProperties vorgangProperties;
......@@ -138,7 +137,7 @@ class VorgangWithEingangProzessor implements RepresentationModelProcessor<Entity
}
boolean isCreateBescheidEnabled(VorgangWithEingang vorgang) {
return featureToggle.isCreateBescheid() && hasVorgangCreateBescheidEnabled(vorgang);
return featureToggleProperties.isCreateBescheid() && hasVorgangCreateBescheidEnabled(vorgang);
}
boolean hasVorgangCreateBescheidEnabled(VorgangWithEingang vorgang) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment