-
Notifications
You must be signed in to change notification settings - Fork 42
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
Vorto failed to convert db value when vorto does not have the DtdGuid #74
Comments
Because at some point in the code chain there is a point at which the property editor has no context when abiding by the public methods in Umbraco so we have to stash the GUID at a point we do know it so we can access it later on. |
As mentioned, this is required due to an issue in the umbraco api points so is not a bug. If you are setting the VortoValue manually, you'll have to set the DtdGuid |
Wouldn't it make ideal fallback on |
I'd need to think through the whole model and check the code that uses it to see if it would be a problem, unfortunately I'm really low on time atm so it's gonna be pretty low priority. Feel free to test / PR if you like and I can review what you come up with. |
Sure, i might do that. I was thinking about taking a look at the core of Archetype to see how they resolve configured data types.
|
When setting propertyvalue to VortoValue with empty DtdGuid, getting vorto value from frontend breaks. Why is the DtdGuid even required, shouldn't vorto resolve this from the prevalue collection?
The text was updated successfully, but these errors were encountered: