#PHRAS-325 #time 3h

added parameter "nosubdef" to route "/api/v1/records/add"
nb : does NOT prevent creation of subdef if file passes thru the quarantine.
This commit is contained in:
Jean-Yves Gaulier
2015-02-02 17:04:54 +01:00
parent 138008f7c6
commit 6449c58e17
3 changed files with 8 additions and 8 deletions

View File

@@ -1412,7 +1412,6 @@ class record_adapter implements record_Interface, cache_cacheableInterface
$record->delete_data_from_cache(\record_adapter::CACHE_SUBDEFS);
$record->insertTechnicalDatas($app['mediavorus']);
$record->rebuild_subdefs();
return $record;
}