Refresh View

Interested in talking about Mash-up's? This is the place.
Post Reply
ozzi
Posts: 7
Joined: Mon Nov 13, 2017 12:23 pm

Refresh View

Post by ozzi »

Hi

I have the problem that my Zimlet performs a long operation and then moves elements from one folder to another.
The problem here is, that the Zimbra GUI does not update the GUI accordingly, meaning the moved elements still visually appear to be in the currently open folder. Clicking on the foldername or reloading the page makes them disappear.

Any idea how to achieve this programmatically? I tried replaying the SearchRequest when clicking on the current folder but it does not work.
Damini Vashishtha
Zimbra Employee
Zimbra Employee
Posts: 32
Joined: Tue Oct 18, 2022 12:16 pm

Re: Refresh View

Post by Damini Vashishtha »

One or best way to achieve this optimistically update the cache on move action.
Another way to refetch the search query after move action.
Post Reply