Index: ext_localconf.php =================================================================== --- ext_localconf.php (revision 3979) +++ ext_localconf.php (working copy) @@ -23,7 +23,7 @@ if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['useCachingFramework']) { // Initialize the caching framework. The caching framework is asking it self if it is initialized already before initializing. t3lib_cache::initializeCachingFramework(); - + $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['sys_workspace_cache']['backend'] = 't3lib_cache_backend_DbBackend'; $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['sys_workspace_cache']['options'] = array( 'cacheTable' => 'sys_workspace_cache', @@ -31,4 +31,6 @@ ); } +t3lib_extMgm::addUserTSConfig('options.workspaces.considerReferences = 1'); + ?> \ No newline at end of file