Fixes #9733: add JS code to name browser tabs individually. New GET variable...
Fixes #9733: add JS code to name browser tabs individually. New GET variable 'tabUniqId' on record acquire is now saved in dirty record. On page reload, when the 'release' comes after 'acquire' (async behaviour), the locking is skipped (if same user session) - on reload there is no variable 'tabUniqId'. On real lock acquire, the tab ID is compared and will be denied if not matching. The 'tabUniqId' might not work in IE - doesn't matter: it's a seldom special situation.
Showing
- extension/Classes/Core/Constants.php 1 addition, 0 deletionsextension/Classes/Core/Constants.php
- extension/Classes/Core/Database/DatabaseUpdateData.php 4 additions, 0 deletionsextension/Classes/Core/Database/DatabaseUpdateData.php
- extension/Classes/Core/Form/Dirty.php 41 additions, 13 deletionsextension/Classes/Core/Form/Dirty.php
- extension/Classes/Core/Store/Client.php 6 additions, 1 deletionextension/Classes/Core/Store/Client.php
- extension/Classes/Sql/formEditor.sql 6 additions, 5 deletionsextension/Classes/Sql/formEditor.sql
- javascript/src/QfqForm.js 19 additions, 1 deletionjavascript/src/QfqForm.js
Loading
Please register or sign in to comment