Skip to content

Commit ab44281

Browse files
committed
Update/add lock files and rebuild assets
1 parent 1d37522 commit ab44281

6 files changed

Lines changed: 9323 additions & 1373 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ node_modules/
1111
Documentation-GENERATED*/
1212
Resources/Private/Composer/
1313
composer.phar
14-
composer.lock
1514
Makefile
1615
Vagrantfile

Classes/Service/CellService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(StyleService $styleService)
3939
$this->styleService = $styleService;
4040
$this->currentLocales = $GLOBALS['TSFE']->config['config']['locale_all'] ?? '';
4141

42-
if ($this->currentLocales === '') {
42+
if ($this->currentLocales === '' && is_int($GLOBALS['TSFE']->id)) {
4343
// happens, when Sites are used in TYPO3 9+
4444
$language = GeneralUtility::makeInstance(SiteFinder::class)
4545
->getSiteByPageId($GLOBALS['TSFE']->id)

Resources/Public/JavaScript/SpreadsheetDataInput.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)