Closed linawolf closed 1 year ago
SonarCloud Quality Gate failed.
3 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
@bihor any chance you have a look at this? for us it works fine
Well, I have been 12 weeks in vacation thats why I have merged it only now.
I have made a version 4.1.0 without the .ts files, because the version 4 is not compatible with TYPO3 10 or 11. Note: I could not test the upgrade wizard 'Fix image references for quizzes after update', because I can´t see it.
In TYPO3 v12 the
@import
setting got more restrictive. It does ONLY import files ending on .typoscript now.https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-97816-TypoScriptSyntaxChanges.html#import-is-more-restrictive-with-wildcards
In our projects we handle all imports in a typoscript file, using the
@import
syntax. This caused the TypoScript not beeing loaded.Non-Loaded TypoScript should however only cause warnings or non-functions but not PHP type errors. Attached Commits prevent type errors in PHP and JavaScript and rename the files so they can be imported again. .ts files are kept for backward compability in TYPO3 v11.
references https://github.com/bihor/fp_masterquiz/issues/50