Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
11.10.3
-
None
-
Unknown
-
Description
The following code in createinline.vm
#if ($xwiki.exists($services.model.createDocumentReference('', 'XWiki', 'OfficeImporter')) && "$!services.officemanager.serverState" == 'Connected')
Is incorrect because serverState returns a translated string and not a fixed value in all languages.
Either it needs to be checked based on the translation string or another API is neeed
Attachments
Issue Links
- duplicates
-
XWIKI-17194 XWIKI Office Importer options not available after server started
- Closed