first commit
This commit is contained in:
@@ -38,7 +38,7 @@ use TYPO3\CMS\Scheduler\Task\AbstractTask;
|
||||
use TYPO3\CMS\Scheduler\Task\Enumeration\Action;
|
||||
|
||||
/**
|
||||
* Adds an additional field to specify the Solr server to initialize the index queue for
|
||||
* Adds an additional field to specify the Meilisearch server to initialize the index queue for
|
||||
*
|
||||
* @author Christoph Moeller <support@network-publishing.de>
|
||||
*/
|
||||
@@ -115,7 +115,7 @@ class ReIndexTaskAdditionalFieldProvider implements AdditionalFieldProviderInter
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to define fields to provide the Solr server address when adding
|
||||
* Used to define fields to provide the Meilisearch server address when adding
|
||||
* or editing a task.
|
||||
*
|
||||
* @param array $taskInfo reference to the array containing the info used in the add/edit form
|
||||
@@ -160,7 +160,7 @@ class ReIndexTaskAdditionalFieldProvider implements AdditionalFieldProviderInter
|
||||
protected function getIndexingConfigurationSelector()
|
||||
{
|
||||
$selectorMarkup = 'Please select a site first.';
|
||||
$this->getPageRenderer()->addCssFile('../typo3conf/ext/solr/Resources/Css/Backend/indexingconfigurationselectorfield.css');
|
||||
$this->getPageRenderer()->addCssFile('../typo3conf/ext/meilisearch/Resources/Css/Backend/indexingconfigurationselectorfield.css');
|
||||
|
||||
if (is_null($this->site)) {
|
||||
return $selectorMarkup;
|
||||
|
Reference in New Issue
Block a user