MT-28
This commit is contained in:
dheeyi
2016-03-18 17:41:38 -04:00
parent dde5776c0d
commit a378cb7dc5
4 changed files with 42 additions and 18 deletions

View File

@@ -143,8 +143,9 @@ class Project extends Api
*/
public function exportGranular($prj_uid, $objects)
{
$objects = \G::json_decode($objects);
$granularExporter = new GranularExporter($prj_uid);
$outputFilename = $granularExporter->export($objects);
$outputFilename = $granularExporter->export($objects->objectList);
$httpStream = new HttpStream();
$fileExtension = pathinfo($outputFilename, PATHINFO_EXTENSION);