owl-cli 6.55.0 → 6.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ function main(){
18
18
 
19
19
 
20
20
  var params = JSON.parse($body);
21
- var ids = params.ids;
21
+ var id = params.id;
22
22
  var templateId = params.templateId;
23
23
 
24
24
  var now = new Date().getTime();
@@ -29,13 +29,13 @@ function main(){
29
29
  pageId:'tasks/exportWithTemplateTask.jsx',
30
30
  state:'notstart',
31
31
  params:JSON.stringify({
32
- ids:ids,
32
+ ids:id,
33
33
  templateId:templateId
34
34
  })
35
35
  };
36
36
  var taskInfoId = owl_task_infoService.add(taskInfo);
37
37
  var taskId = JobsService.submitExportTask('@projectCode', 'tasks/exportWithTemplateTask.jsx',{
38
- ids:ids,
38
+ id:id,
39
39
  templateId:templateId,
40
40
  taskInfoId:taskInfoId,
41
41
  taskId:taskId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.55.0",
3
+ "version": "6.56.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {