Skip to content

Commit

Permalink
Update FieldsGrailsPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Mar 27, 2023
1 parent eafd6e8 commit eeb4ae6
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ class FieldsGrailsPlugin extends Plugin {

@Override
Closure doWithSpring() {{->
beanPropertyAccessorFactory(BeanPropertyAccessorFactory) {
constraintsEvaluator = ref(CONSTRAINTS_EVALULATOR_BEAN_NAME)
proxyHandler = ref('proxyHandler')
fieldsDomainPropertyFactory = ref('fieldsDomainPropertyFactory')
grailsDomainClassMappingContext = ref('grailsDomainClassMappingContext')
}
beanPropertyAccessorFactory(BeanPropertyAccessorFactory)
formFieldsTemplateService(FormFieldsTemplateService)
fieldsDomainPropertyFactory(DomainPropertyFactoryImpl)
domainModelService(DomainModelServiceImpl) {
Expand Down

0 comments on commit eeb4ae6

Please sign in to comment.