MT-28
MT-28
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user