I have a multinode tree picker set to a specific folder in my site. One of the items that was selected was sent to the recycle bin remains in the selected items. Is this normal or is it a bug? I can filter out items to only display nondeleted, publish items but in the admin side i feel like it shouldn't show.
After having worked with Umbraco i have come to understand a couple of things and one of them is, that if you are a good coder and know what you are doing, you should be able to anticipate the outcome of the code / what ever you are doing, and the thing you are experiencing is not your fault i believe.
The thing is, umbraco uses XML to generate the content since that loads faster than database calls, and it will usually / always take the XML, now if you change 1 thing then it's not always the XML is updated, so if i where u i would try and go to the content section in the backend, and right click on the content bar at the top, and press republish entire site, and that should hopefully fix the issue since it then also updates the XML. That is ofcourse if i have understood Umbraco correctly.
Multinode Tree Picker showing deleted Item
I have a multinode tree picker set to a specific folder in my site. One of the items that was selected was sent to the recycle bin remains in the selected items. Is this normal or is it a bug? I can filter out items to only display nondeleted, publish items but in the admin side i feel like it shouldn't show.
Any thoughts on this one?
Hi,
This is bug, we have the same behavior.
Thanks
After having worked with Umbraco i have come to understand a couple of things and one of them is, that if you are a good coder and know what you are doing, you should be able to anticipate the outcome of the code / what ever you are doing, and the thing you are experiencing is not your fault i believe.
The thing is, umbraco uses XML to generate the content since that loads faster than database calls, and it will usually / always take the XML, now if you change 1 thing then it's not always the XML is updated, so if i where u i would try and go to the content section in the backend, and right click on the content bar at the top, and press republish entire site, and that should hopefully fix the issue since it then also updates the XML. That is ofcourse if i have understood Umbraco correctly.
Hope it works
Casper, as I know Umbraco admin part are using database, XML cache is for front-end. Problem that nodes from recycle bin is showing exist.
Thanks
is working on a reply...