Project

General

Profile

Actions

Task #98464

closed

Use LinkResult object for HMENU items

Added by Benni Mack over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
Start date:
2022-09-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Issue with caching links, if ATagTitle is not included in the hash.

page.1000 = HMENU
page.1000 {
  special = list
  special.value = 212

  1 = TMENU
  1 {
    NO = 1
  }
}

page.1001 = HMENU
page.1001 {
  special = list
  special.value = 212

  1 = TMENU
  1 {
    NO = 1
    NO {
      // Same link, but with ATagTitle set to the abstract field
      ATagTitle.field = abstract 
    }
  }
}
Actions

Also available in: Atom PDF