Bug #20674
closedMisleading info: No workspaces found!
0%
Description
When creating a workspace without a description the workspace module will show a default description "No workspaces found!".
This is somewhat misleading and should be replaced by a better explanation like "No description available" or an empty description.
Problem located in /typo3/mod/user/ws/index.php moduleContent_publish():
$description = ($GLOBALS['BE_USER']->workspaceRec['description'] ? htmlspecialchars($GLOBALS['BE_USER']->workspaceRec['description']) : '<em>[' . $LANG->getLL('shortcut_noWSfound') . ']</em>');
Fix (empty description):
$description = htmlspecialchars($GLOBALS['BE_USER']->workspaceRec['description']);
(issue imported from #M11415)
Files
Updated by Benni Mack about 14 years ago
Committed to trunk (rev. 8805)
Committed to TYPO3_4.4 (rev. 8806)
Committed to TYPO3_4.3 (rev. 8807)
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
0)