Skip to content
Snippets Groups Projects
Commit 366e94a0 authored by Clemens Klein-Robbenhaar's avatar Clemens Klein-Robbenhaar
Browse files

XWIKI-19893 Allow to set a user when updating the search index

- replace translation macro as this prevents the
  id of the headline to be set, making the HTML
  validation tests fail
- remove the "$section" which should only be set
  from the wiki administration, preventing another
  HTML validation error
parent 6c758384
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
<hidden>true</hidden>
<content>== {{translation key="admin.indexinguser" /}} ==
<content>{{velocity}}
== $services.localization.render('admin.indexinguser') ==
{{/velocity}}
{{translation key="admin.indexinguser.explanation.part1" /}}
......@@ -46,7 +48,6 @@
{{velocity}}
#if ($xcontext.isMainWiki())
#set ($section = 'IndexingUser')
#set ($params = {'indexer': ['indexer']})
#set ($paramDoc = $xwiki.getDocument('XWiki.SolrSearchAdminIndexingUser'))
#set ($paramClass = 'XWiki.SolrSearchAdminIndexingUserClass')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment