sulu / SuluCommunityBundle

Community features like Login, Registration, Password forget/reset for your sulu application.
MIT License
30 stars 39 forks source link

validation.xml not up to date with Sulu 2.0 #118

Closed Titou74 closed 5 years ago

Titou74 commented 5 years ago
Q A
Bug? yes
New Feature? no
Community Bundle Version 17095b5
Sulu Version 2.0.0

Actual Behavior

Error during cache:clear on composer auto-script :

In PropertyMetadata.php line 40: Property "country" does not exist in class "Sulu\Bundle\ContactBundle\Entity\Address"

Possible Solutions

Solving by commenting L.96 to L.105 of "community-bundle\Resources\config\validation.xml"

<class name="Sulu\Bundle\ContactBundle\Entity\Address">
    <property name="country">
        <constraint name="NotBlank">
            <option name="groups">
                <value>registration</value>
                <value>profile</value>
            </option>
        </constraint>
    </property>
</class>