Fix chart editing in the desktop.

This commit is contained in:
Julia Radzhabova 2017-12-06 10:06:45 +03:00
parent efbcc8653f
commit d7b0a40b99
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ define([
height : '100%',
documentType: 'spreadsheet',
document : {
url : '_offline_',
url : '_chart_',
permissions : {
edit : true,
download: false

View file

@ -60,7 +60,7 @@ define([
height : '100%',
documentType: 'spreadsheet',
document : {
url : '_offline_',
url : '_chart_',
permissions : {
edit : true,
download: false