Project

General

Profile

Actions

Bug #24986

closed

Pagetree - Locked records are not indicated anymore

Added by Stefan Galinski about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2011-02-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Problem:
The locked page indicator isn't shown anymore in the pagetree if someone else currently edits the data of the specific page.

Solution:
Reimplement the feature...

Solution from the list module (not shown correctly due some strange filtering; look into the edit view if you have the rights):

if (($lockInfo = t3lib_BEfunc::isRecordLocked($table, $row['uid']))) {
$warning = '<a href="#" onclick="' . htmlspecialchars('alert(' . $GLOBALS['LANG']->JScharCode($lockInfo['msg']) . '); return false;') . '" title="' . htmlspecialchars($lockInfo['msg']) . '">' .
t3lib_iconWorks::getSpriteIcon('status-warning-in-use') .
'</a>';
}
(issue imported from #M17520)

Files

17520_v1.diff (3.23 KB) 17520_v1.diff Administrator Admin, 2011-02-22 01:11
17520_v2.diff (3.04 KB) 17520_v2.diff Administrator Admin, 2011-02-23 00:25
Actions #1

Updated by Steffen Kamper about 13 years ago

committed to svn
4_5 rev 10589
trunk rev 10590

Actions

Also available in: Atom PDF