I've been working on displaying a page, from my site (umbraco 7.0.1) , on the 'content dashboard', and so far, that works fine.
The page simply grabs all the members, and display them as active/inactive, based on a property in the member (boolean).
The problem arrises when I change a member's property and reload the page. For some reason (guessing cache related) the page does not use the new value set in the member's properties - update only occurs if I make changes to the controller or webconfig..
So, looking for a little help/guidance to understand the issue.
Page Cache
Hi guys,
I've been working on displaying a page, from my site (umbraco 7.0.1) , on the 'content dashboard', and so far, that works fine.
The page simply grabs all the members, and display them as active/inactive, based on a property in the member (boolean).
The problem arrises when I change a member's property and reload the page. For some reason (guessing cache related) the page does not use the new value set in the member's properties - update only occurs if I make changes to the controller or webconfig..
So, looking for a little help/guidance to understand the issue.
- Thanks :)
is working on a reply...