We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b351042 commit 3dc73c2Copy full SHA for 3dc73c2
Classes/Task/ReIndexTaskAdditionalFieldProvider.php
@@ -137,7 +137,7 @@ public function getAdditionalFields(
137
protected function getIndexingConfigurationSelector(): string
138
{
139
$selectorMarkup = 'Please select a site first.';
140
- $this->getPageRenderer()->addCssFile('../typo3conf/ext/solr/Resources/Css/Backend/indexingconfigurationselectorfield.css');
+ $this->getPageRenderer()->addCssFile('EXT:solr/Resources/Public/Css/Backend/indexingconfigurationselectorfield.css');
141
142
if (is_null($this->site)) {
143
return $selectorMarkup;
0 commit comments