You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My client asked for adding a functionality to the custom dashboard to lock the edit page for an object while somebody else is already on the page.
What I Did
I have followed the doc and added the code in function 'view_with_object_edition' it successfully locks the page and if somebody try to access the same page from another session. but if the first user navigate to another page, it does not remove the lock automatically. The lock is not released evenafter the first user is logged out. How the lock can be removed automatically ?
The text was updated successfully, but these errors were encountered:
Description
My client asked for adding a functionality to the custom dashboard to lock the edit page for an object while somebody else is already on the page.
What I Did
I have followed the doc and added the code in function 'view_with_object_edition' it successfully locks the page and if somebody try to access the same page from another session. but if the first user navigate to another page, it does not remove the lock automatically. The lock is not released evenafter the first user is logged out. How the lock can be removed automatically ?
The text was updated successfully, but these errors were encountered: