When I dig around the umbraco tree inside content section and move to other section, It still remember where I was when I go back.
Do you know which part of code is doing this ?
The main reasoin of asking this because, I have create my custom
section and write as it demonstrate in umbraco.tv - (LoadCustomTree).
But mine one always reload and hide all child when I move to other
section and back again.
Any idea what should which code I have to look at to fix this problem ?
Umbraco Tree Save State
Hi,
When I dig around the umbraco tree inside content section and move to other section,
It still remember where I was when I go back.
Do you know which part of code is doing this ?
The main reasoin of asking this because, I have create my custom section and write as it demonstrate in umbraco.tv - (LoadCustomTree). But mine one always reload and hide all child when I move to other section and back again.
Any idea what should which code I have to look at to fix this problem ?
Thanks
Find Problem. It is because I use Pascal Case in my appAlias.
And inside UmbracoApplicationAction it lowered the case to store the state, but when load the state it use the PascalCase without lowered it
is working on a reply...