Tastrainee / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Cancel button doesn't work during project creation #473

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
controller.js:317 throws "jobID not defined" when the Cancel button is clicked:

          // explicitly cancel the import job
          $.post("/command/core/cancel-importing-job?" + $.param({ "jobID": jobID }));

Original issue reported on code.google.com by tfmorris on 29 Oct 2011 at 8:20

GoogleCodeExporter commented 9 years ago
Fixed in r2350.

Original comment by tfmorris on 29 Oct 2011 at 10:07