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
User A, is modifying the wiki from frontend and User B is making modifications to the wiki space from backend.
Let's say user B adds some new pages and shuffles things around from the backend while User A does their own changes to the wiki which are (let's say) different from the ones that User B has done. Post which both the user save (let's assume at different time). What will happen? whichever User's changes were saved last would be reflected and the other User's stuff will get overwritten.
(there should be a check at server side for timestamp checking - which is present in get_doc api's)
The text was updated successfully, but these errors were encountered:
Suppose:
User A, is modifying the wiki from frontend and User B is making modifications to the wiki space from backend.
Let's say user B adds some new pages and shuffles things around from the backend while User A does their own changes to the wiki which are (let's say) different from the ones that User B has done. Post which both the user save (let's assume at different time). What will happen? whichever User's changes were saved last would be reflected and the other User's stuff will get overwritten.
(there should be a check at server side for timestamp checking - which is present in
get_doc
api's)The text was updated successfully, but these errors were encountered: