Поправил параметр url в ServerRequest. Теперь нужно дописать статус.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@60116 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2014-12-09 12:07:37 +00:00
parent 3624dd6edd
commit c307142c24

View File

@ -790,7 +790,7 @@ exports.install = function (server, callbackFunction) {
var sendData = JSON.stringify({
'id': docId,
'c': 'sfc',
'url': '/CommandService.ashx?c=saved&status=0&key=' + docId,
'url': '/CommandService.ashx?c=saved&key=' + docId + '&status=',
'outputformat': objServicePucker[docId].documentFormatSave,
'data': c_oAscSaveTimeOutDelay
});