Actions
Bug #19259
closedIRRE function lockAjaxMethod locks even with lock parameter false
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you call the IRRE method lockAjaxMethod with lock paramter=false, then it will still perform a lock. It should not lock the method in this case.
lockAjaxMethod: function(method, lock) {
if (!lock || !inline.lockedAjaxMethod[method]) {
inline.lockedAjaxMethod[method] = true;
return true;
} else {
return false;
}
},
(issue imported from #M9237)
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 Franz Holzinger over 11 years ago
Close this. The function lockAjaxMethod does not exist in TYPO3 6.0.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Actions