Do you agree this is a bug? Funny no one else has reported it, it is really important behaviour. I use such macros on menu generation which can be slow but I can't because of this issue.
It was a false alert on my side, I wrote some Angular code (Not very well :( ) and that was causing my problem.
Changed the code and now works as expected.
Umbraco 8 - Macro caching does not reset when content is saved
When you create a macro there is a property Cache period
If you set this, the macro will not rerun unless:
Condition 2) is not working.
I tried this in a few versions of Umbraco 8 including the latest at this time 8.9.0
It definitely works in 7.15.6
Is this a bug or my user error?
Hi Petras
I can confirm the same, macro does not update values when changed
Regards George
Hi George,
Do you agree this is a bug? Funny no one else has reported it, it is really important behaviour. I use such macros on menu generation which can be slow but I can't because of this issue.
Hello Petras,
In Web Config Just replace debug=true and restart the appPool. Then Try to update in the Content in the cms and see any change in FE ?
Thanks,
Shekhar
It was a false alert on my side, I wrote some Angular code (Not very well :( ) and that was causing my problem. Changed the code and now works as expected.
I made a video that clearly illustrates this bug. Or is it a feature? I am not sure.
https://youtu.be/pnlq8m-OXtA
All I have done is:
Would love to know what I am missing or if this is intended behaviour
Hi Petras
Best to raise an bug report https://issues.umbraco.org/issues
Regards George
Will do
is working on a reply...