File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
1515### Fixed
1616- Password validators are no longer used when password policy is disabled
17+ - Error in shop core settings forms
1718
1819## [ 1.0.0] - 2024-11-27
1920This is the stable release of v1.0.0. No changes have been made since v1.0.0-rc.1.
Original file line number Diff line number Diff line change 1212use OxidEsales \EshopCommunity \Internal \Domain \Contact \Form \ContactFormBridgeInterface ;
1313use OxidEsales \EshopCommunity \Internal \Framework \Form \Form ;
1414use OxidEsales \EshopCommunity \Internal \Framework \Form \FormInterface ;
15+ use OxidEsales \EshopCommunity \Internal \Framework \FormConfiguration \FormConfigurationInterface ;
1516
1617class ContactFormDecorator
1718{
@@ -37,4 +38,9 @@ public function getContactFormMessage(): string
3738
3839 return $ this ->contactFormBridge ->getContactFormMessage ($ contactForm );
3940 }
41+
42+ public function getContactFormConfiguration (): FormConfigurationInterface
43+ {
44+ return $ this ->contactFormBridge ->getContactFormConfiguration ();
45+ }
4046}
You can’t perform that action at this time.
0 commit comments