Project

General

Profile

Actions

Bug #75455

closed

TypoScript includeJs does not respect parameter

Added by Stefan Weißwange about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2016-04-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

page.includeJS does not respect parameter(s) for the included javascript. Some examples to reproduce the problem, assuming the JavaScript-files exists remote and local.

This works:

page.includeJS.myscript = http://SOMEDOMAIN/JS/myscript.js?parameter=value
page.includeJS.myscript.external = 1

This works:

page.includeJS.myscript = http://SOMEDOMAIN/JS/myscript.js
page.includeJS.myscript.external = 1

This works:

page.includeJS.myscript = fileadmin/JS/myscript.js

This does not work:

page.includeJS.myscript = fileadmin/JS/myscript.js?parameter=value

Actions

Also available in: Atom PDF