Skip to content

Commit

Permalink
XWIKI-21775: Admin section: make the name strategy section pass webst…
Browse files Browse the repository at this point in the history
…andard tests

* Fixed a `label` copy pasted too fast: the for attribute did not get updated.
* Removed the comment from the test for WYSIWYG
  • Loading branch information
Sereza7 committed Jan 16, 2024
1 parent 60d51ab commit 14e8a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</dl>
<dl>
<dt>
<label for="newForbiddenCharacter">$services.localization.render('entitynamevalidation.replacementCharacter.newReplacementCharacter.label')</label>
<label for="newReplacementCharacter">$services.localization.render('entitynamevalidation.replacementCharacter.newReplacementCharacter.label')</label>
<span class='xHint'>$services.localization.render('entitynamevalidation.replacementCharacter.newReplacementCharacter.hint')</span>
</dt>
<dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@
<!-- /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=WYSIWYG
TODO https://jira.xwiki.org/browse/XWIKI-21773 -->
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=Syntaxes
<!-- /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=nameStrategies
TODO https://jira.xwiki.org/browse/XWIKI-21775 -->
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=nameStrategies
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=SyntaxHighlighting
<!-- Mail -->
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=emailSend
Expand Down Expand Up @@ -337,15 +336,6 @@
/xwiki/bin/view/Main/AllDocs?view=deletedDocs
/xwiki/bin/view/Main/AllDocs?view=deletedAttachments
</urlsToTestAsAdmin>
<urlsToTestAsGuest />
<rssUrlsToTestAsAdmin>
/xwiki/bin/view/Main/DatabaseSearch?xpage=plain&amp;outputSyntax=plain&amp;text=wiki
/xwiki/bin/get/Main/DatabaseSearch?outputSyntax=plain&amp;space=&amp;text=wiki
</rssUrlsToTestAsAdmin>
<rssUrlsToTestAsGuest>
/xwiki/bin/view/Main/DatabaseSearch?xpage=plain&amp;outputSyntax=plain&amp;text=wiki
/xwiki/bin/get/Main/DatabaseSearch?outputSyntax=plain&amp;space=&amp;text=wiki
</rssUrlsToTestAsGuest>
<!-- Used only in office importer tests -->
<openOfficeExecutable>${openOfficeExecutable}</openOfficeExecutable>
</systemPropertyVariables>
Expand Down

0 comments on commit 14e8a71

Please sign in to comment.