You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In solrfal, adding an item to plugin.tx_solr.index.enableFileIndexing.storageContext.1.folders with addToList() TS function has no effect.
To Reproduce
Steps to reproduce the behavior:
install solrfal and add the basic typoscript template to the root page of the site.
truncate the tx_solr_indexqueue_file table
create a folder foo in the FAL, (let say storageUid = 1)
add the following TS lines at the root page of the site :
Describe the bug
In solrfal, adding an item to
plugin.tx_solr.index.enableFileIndexing.storageContext.1.folders
withaddToList()
TS function has no effect.To Reproduce
Steps to reproduce the behavior:
tx_solr_indexqueue_file
tabletx_solr_indexqueue_file
table : the file was not added for indexationExpected behavior
The file should have been added in tx_solr_indexqueue_file, as if the TS line had been :
Screenshots
NA
Used versions (please complete the following information):
Additional context
It works in typo3 v11.5.30, [email protected], [email protected]
The text was updated successfully, but these errors were encountered: