-
- Downloads
XWIKI-8605: Editing a document in french, or other language provided as...
XWIKI-8605: Editing a document in french, or other language provided as translation, doesn't use the provided sheet * The sheet is not applied for new translations because EditAction doesn't mark them with setTranslation(1). * Copy the title from the default translation to the new translation and set the default locale of the new translation. * New translations edited in inline mode are not saved correctly because editinline.vm doesn't submit the right language.
Showing
- xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/EditAction.java 6 additions, 0 deletions...m-oldcore/src/main/java/com/xpn/xwiki/web/EditAction.java
- xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/editinline.vm 4 additions, 1 deletion...wiki-platform-web/src/main/webapp/templates/editinline.vm
Please register or sign in to comment