Project

General

Profile

Actions

Bug #88812

closed

Info - PageTree Overview - basic settings view displays wrong value for field

Added by Joerg Boesche almost 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
SEO
Target version:
Start date:
2019-07-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The PageTree overview in the info modul displays wrong values for fields. (See attached screenshot)

Extending the fieldDefinitions with "no_index" and "no_follow" of the EXT:seo, the output is "No index: yes" and "No follow: yes", even though the page is enabled for index and follow.
Might be an issue with the new TCA config "invertStateDisplay". The mod.web_info.fieldDefinitions should respect the setting of "invertStateDisplay" to display correct values for the fields.

How to produce the output (no_index,no_follow)

mod.web_info.fieldDefinitions {
 0 {
   label = LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:pages_0
   fields = title,uid,slug,alias,starttime,endtime,fe_group,target,url,shortcut,shortcut_mode,no_index,no_follow
   }             
}


Files

Actions

Also available in: Atom PDF