Project

General

Profile

Actions

Bug #89445

closed

FooterAsset are not loaded

Added by Michal Majernik over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
-
Start date:
2019-10-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
footer assets, fluid
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Assets in the FooterAssets section are no longer rendered.

How to reproduce:

Create a simple indexAction, Index.html template and a simple js file (i.e. feature.js)

When you add FooterAssets section into your Index.html template as follows:

<f:section name="FooterAssets">
    <script type="application/javascript" src="{f:uri.resource(path:'JavaScript/feature.js', extensionName: 'MyExtension')}"></script>
</f:section>

then this javascipt won't be rendered


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Feature #88689: Support for system-wide class dependency injection, PSR-11Closed2019-07-05

Actions
Related to TYPO3 Core - Bug #68061: Ensure PageRenderer singleton is setClosed2015-07-12

Actions
Related to TYPO3 Core - Bug #87402: Feature-79409 renderAssetsForRequest does not work for USER_INT/uncachedClosed2019-01-11

Actions
Actions

Also available in: Atom PDF