Project

General

Profile

Actions

Bug #16073

closed

Cannot delete language version of a page

Added by Markus Schmid about 18 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Category:
Workspaces
Target version:
-
Start date:
2006-04-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Setup with 5 languages (default/german, english, france, spain, italy) and create a page with alternate language.

After i have tried to delete one language version of a page, the alternate language page still exists. Only the alternate page title have been deleted. After that i cannot modify the alternate page header ("...missing rights..."). In the context menu of the alternate language version there is only the entry "versioning".

Look at the screenshots
(issue imported from #M3308)


Files

language_delete.gif (59.1 KB) language_delete.gif Administrator Admin, 2006-04-20 15:36

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #15355: Deleted language version of a page but content still shown in page modulClosedMichael Stucki2006-01-03

Actions
Has duplicate TYPO3 Core - Bug #16454: Deleted language overlay records still visibleClosedMichael Stucki2006-08-10

Actions
Actions #1

Updated by old_netcont almost 18 years ago

There is a bug in typo3/sysext/cms/layout/db_layout.php Line-> 1220.

To resolve this problem you can change mysql-query in function exec_languageQuery, Line 1220 with query:

return $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'sys_language.*',
'pages_language_overlay,sys_language',
'pages_language_overlay.deleted=0 AND pages_language_overlay.sys_language_uid=sys_language.uid AND pages_language_overlay.pid='.intval($id).$exQ,
'pages_language_overlay.sys_language_uid,sys_language.uid,sys_language.pid,sys_language.tstamp,sys_language.hidden,sys_language.title,sys_language.static_lang_isocode,sys_language.flag',
'sys_language.title'
);

Actions #2

Updated by Michael Stucki almost 18 years ago

Fixed in SVN

Actions #3

Updated by Michael Stucki over 10 years ago

  • Category changed from Miscellaneous to Workspaces
Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (0)
Actions

Also available in: Atom PDF