Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Broken IndexQueueModule.css asset path in backend #3898

Merged
merged 1 commit into from
Dec 6, 2023
Merged

[BUGFIX] Broken IndexQueueModule.css asset path in backend #3898

merged 1 commit into from
Dec 6, 2023

Conversation

DanielSiepmann
Copy link
Contributor

The path should use EXT: syntax.
That way TYPO3 can properly handle the file and add version numbers and check for existence.

How to test

Open the queue backend module and check that the css file has a proper timestamp as parameter when setting $GLOBALS['TYPO3_CONF_VARS']['BE']['versionNumberInFilename'] to 0

Fixes: #3897

The path should use EXT: syntax.
That way TYPO3 can properly handle the file and add version numbers and
check for existence.

Resolves: #3897
@DanielSiepmann
Copy link
Contributor Author

I've tested in TYPO3 11.5.33, please test with v12 as well and maybe backport?

Copy link
Collaborator

@dkd-kaehm dkd-kaehm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing that issue.

dkd-kaehm pushed a commit to dkd-kaehm/ext-solr that referenced this pull request Dec 5, 2023
The path should use EXT: syntax.
That way TYPO3 can properly handle the file and add version numbers and
check for existence.

Resolves: TYPO3-Solr#3897
Ports: TYPO3-Solr#3898
@dkd-kaehm dkd-kaehm merged commit eb7d2e6 into TYPO3-Solr:main Dec 6, 2023
8 checks passed
dkd-kaehm pushed a commit that referenced this pull request Dec 6, 2023
The path should use EXT: syntax.
That way TYPO3 can properly handle the file and add version numbers and
check for existence.

Resolves: #3897
Ports: #3898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] open_basedir Issue with IndexQueueModule.css
2 participants