Details
-
Bug
-
Resolution: Fixed
-
Major
-
8.4
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
In htmlheader.vm you have the following code
#xwikiDataAttribute('version', $doc.version) #xwikiDataAttribute('rest-url', $[services.rest|http://services.rest/].url($doc.documentReference))
In the case of a translated document it should be $tdoc.version.
Also the rest url corresponds to the default document and not the translation.
Also it would be nice to have language information about the document
Attachments
Issue Links
- is related to
-
XWIKI-4618 Add the current document version as META information in the HTML HEAD
- Closed