You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just encountered a problem while using 'by_reference' attribute as false in a form which caused a NoSuchPropertyException because the StringUtil class in PropertyAccess doesn't handle correctly the case when for example you have "Typologies" (plural) that should be translated into "Typologie" and not "Typology".
I just add this case and a test case which covered the word "typologies" and it seems that it doesn't break other test cases.