Skip to content

Commit

Permalink
[BUGFIX] Failed to resolve module specifier '@apache-solr-for-typo3/s…
Browse files Browse the repository at this point in the history
…olr//FormModal.js'

Relates: TYPO3-Solr#3995
  • Loading branch information
dkd-kaehm committed Sep 24, 2024
1 parent ff7e038 commit 3c86a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<f:layout name="Backend/WithPageTree"/>

<f:section name="Main">
<f:be.pageRenderer includeCssFiles="{0: 'EXT:solr/Resources/Public/StyleSheets/Backend/IndexQueueModule.css'}" includeJavaScriptModules="{0: '@apache-solr-for-typo3/solr//FormModal.js'}"/>
<f:be.pageRenderer includeCssFiles="{0: 'EXT:solr/Resources/Public/StyleSheets/Backend/IndexQueueModule.css'}" includeJavaScriptModules="{0: '@apache-solr-for-typo3/solr/FormModal.js'}"/>

<h1>Index Queue</h1>
<p class="lead"><f:translate key="solr.backend.index_queue_module.description" /></p>
Expand Down

0 comments on commit 3c86a70

Please sign in to comment.