Bug #20932
openBackend record locking should be on session basis
0%
Description
If a user opens a record, a lock is saved in sys_lockedrecords.
The opendocs module saves document in BE session (so different browsers -> different open documents). Furthermore, opendocs doesn't update sys_lockedrecords, if a document is closed.
Attached is a part of the needed patch. As I think it's too late for 4.3, I only want to document this here.
What still has to be considered:- What should be done, if a user creates more locks on the same document? Should then at releasing one lock all other locks released or only the one of the current session? Latter would cause confusion, if e.g. a web browser crashes and then user opens the record again. The first lock would remain for 2 hours.
- Sure sth. more...
(issue imported from #M11796)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Steffen Gebert over 11 years ago
Hi Alexander,
thanks a lot for looking at the old issues! I appreciate it!
Unfortunately I cannot provide an updated patch as my interested shifted away from TYPO3 CMS Core.
I would be happy if one could pick up this topic.
Yours
Steffen
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51448
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51448
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51448
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51448
Updated by Gerrit Code Review almost 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51448
Updated by Susanne Moog about 7 years ago
- Category set to Locking / Session Handling
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to Accepted
Review was abandoned.
Updated by Georg Ringer 5 months ago
- Related to Bug #80522: EXT:opendocs does not update title added