Users get access to another user's data in spite of restriction

I made changes according article
http://support.backendless.com/knowledge-base/article/loading-data-objects-which-belong-to-the-logged-in-user-owner-policy
All worked well. But now each users get access to another user’s data in spite of restriction
https://www.evernote.com/l/AaBJ9bV-Fs1PJrKbrJGHWWS2FMmxzwbMitM
Is it Backendless error or i should adjust something else?
v. 3.0.20.1

please provide your application id

[spoiler=“7AF2B93A-9DBB-A6C8-FF22-575A91BFD900”]

[/spoiler]

Also i did all restrictions in console but system just ignores them.

please describe behavior that you want to be
and specify table name wich cause the problem

There is table ClientTb which is being filled by users. So now every logged in user gets access to records in ClientTb of another user. Need restrict access to foreign data.

there where small issue. we have fixed it and now everything works fine

also I have noticed that you grant permission for find for all your user. thats why any user will get all data. I have created q@q.com user with password 123qwe. and if you make GET request for it you will see that you will only records that user q@q.com have created.

Thanks all works correctly !