-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended user model only works with simple property types, DateTime and ObjectStorage #462
Comments
+1 |
I run into the same issue. As this field is not editable by the user I added it to the ignoreProperties - as this is a static function I cannot XClass it as far as I understood - so I had to change it directly in the class which will break with the next update :( |
@mediaessenz i updated the example https://github.com/in2code-de/femanagerextended Can you provide me a code example, then I have a test case. |
@sbusemann do you need code example still? I can provide - same issue. |
yes please |
@sbusemann code example pushed :) |
Reason:
The UserUtility::getDirtyPropertiesFromUser method can only handle simple types (!is_object), DateTimes and ObjectStorages.
Extended models, which has for example a model (=object) as property, will produce an exception.
Tested with femanager 7.1.0
The text was updated successfully, but these errors were encountered: