Skip to content

Commit 1e3dcb8

Browse files
committed
Update the error messages
1 parent cb8cf13 commit 1e3dcb8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/xwiki/RTFrontend/ErrorBox/content.xwiki2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ We were unable to parse the server's response.
6666
= Save Error =
6767

6868
We were unable to save your document. Try again shortly.
69+
If this message is displayed everytime you try to save the document, you should consider to **disable the realtime engine** (uncheck the "Allow Realtime Collaboration" checkbox) and **save** again.
6970

7071
)))
7172

src/xwiki/RTFrontend/WebHome/attachments/saver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ define([
112112
$.ajax({
113113
url: url,
114114
method: 'POST',
115+
dataType: "json",
115116
success: function (data) {
116117
try {
117118
//var merge=JSON.parse(data);

0 commit comments

Comments
 (0)