Strange behaviour in Shared private-on-first-use view

I create a shared, private-on-first-use view to show each users’ ownself documents by making use of @username function in the select.

However, it is quite strange that the view only works perfect for me, (I am the administrator).

While if I swap to other users’ logins, say A & B, it doesn’t show the correct set of docs. The view returns to normal if I press Shift-F9 or simply delete the view which automatically regenerate a correct one.

However, when I switch to another user’s login (say B), the view remains the same as previous user’s look (A here). Then I have to press Shift-F9 again to rebuild the view.

Any hint on that?

Subject: Strange behaviour in Shared private-on-first-use view

Most probably just a caching issue on your client. Shouldn’t happen to users on their own machines.

I’m not sure if this is the expected behavior, though. 6.5.4 had a couple of very annoying bugs (and if you have a chance to, I would recommend to update to 6.5.6 as soon as you can).

Subject: RE: Strange behaviour in Shared private-on-first-use view

oh oh, then I need to get another machine for testing as well.Actually it is tired for me to distinguish if they are really bugs or just self error in the application.

Thanks Harkpabst again.