DynamicModel and GetDynamicContentById returns different results
Hi!
I am new to umbraco and I am
using Umbraco version 5.01.
When I’m in a view that was recently
published and do DynamicModel.Property it returns the latest value of that
property but when I do Umbraco.GetDynamicContentById(DynamicModel.Id).Property
it returns the old value for the same property. After some minutes GetDynamicContentById
returns the latest value.
As
far as I know I don’t have any caching turned on at all but even if I did shouldn’t
they still return the same value?
DynamicModel and GetDynamicContentById returns different results
Hi!
I am new to umbraco and I am using Umbraco version 5.01.
When I’m in a view that was recently published and do DynamicModel.Property it returns the latest value of that property but when I do Umbraco.GetDynamicContentById(DynamicModel.Id).Property it returns the old value for the same property. After some minutes GetDynamicContentById returns the latest value.
As far as I know I don’t have any caching turned on at all but even if I did shouldn’t they still return the same value?
Thanks
Niklas
I have the same problem. Bug?
is working on a reply...